Color Hex Logo

#6394ff Color Hex

#6394FF
(99,148,255)
0 Favorites   0 Comments

Color spaces of #6394ff

RGB 99148255
HSL0.611.000.69
HSV221°61°100°
CMYK 0.610.420.00   0.00
XYZ33.785531.052598.8208
Yxy31.05250.20640.1897
Hunter Lab55.724810.7048-66.1359
CIE-Lab62.551915.6022-58.2046

#6394ff color RGB value is (99,148,255).

#6394ff hex color red value is 99, green value is 148 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6394ff hue: 0.61 , saturation: 1.00 and the lightness value of 6394ff is 0.69.

The process color (four color CMYK) of #6394ff color hex is 0.61, 0.42, 0.00, 0.00. Web safe color of #6394ff is #6699ff. Color #6394ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010100 11111111
Octal 143 224 377
Decimal 99 148 255
Hex 63 94 FF

RGB Percentages of Color #6394ff

%19.72
%29.48
%50.80

CMYK Percentages of Color #6394ff

%61
%42
%0
%0

Triadic Colors of #6394ff

#6394ff #ff6394 #94ff63

Analogous Colors of #6394ff

#6394ff #8063ff #63e2ff

Monochromatic Colors of #6394ff

#6394ff

Complementary Color

#6394ff #ffce63

#6394ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6394ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6394ff Color CSS Codes

.mybgcolor {background-color:#6394ff; } 
.myforecolor {color:#6394ff; }
.mybordercolor {border:3px solid #6394ff; }

#6394ff Text Font Color

<p style="color:#6394ff">Text here</p>

This sample text font color is #6394ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6394ff Background Color

<div style="background-color:#6394ff">
Div content here</div>

This div background color is #6394ff


#6394ff Border Color

<div style="border:3px solid #6394ff">
Div here</div>

This div border color is #6394ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,148,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6394ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6394ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6394ff;
  box-shadow:         1px 1px 3px 2px #6394ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,148,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6394ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6394ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6394ff;
  box-shadow:         1px 1px 3px 2px #6394ff;">
Div content here</div>

This div box has shadow with color #6394ff

Related Colors


Comments

No comments written yet.

Please login to write comment.