Html Css Color HEX #6394FF Cornflower Blue

📋 copy color: '#6394FF'

red 99 ◦ green 148 ◦ blue 255

#6394FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6394FF

Tints of Cornflower Blue #6394FF

RGB

 RED value IS 99 (39.06% from 255) = 19.72%

 GREEN value IS 148 (58.2% from 255) = 29.48%

 BLUE value IS 255 (100% from 255) = 50.8%

R = 19.72%
G = 29.48%
B = 50.8%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6394FF (or 0x6394FF) is known color: Cornflower Blue. HEX triplet: 63, 94 and FF. RGB value is (99,148,255). Sum of RGB (Red+Green+Blue) = 99+148+255=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #6394FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6394FF is #9C6B00. Grayscale: #919191. Windows color (decimal): -10251009 or 16749667. OLE color: 16749667.

HSL color Cylindrical-coordinate representation of color #6394FF: hue angle of 221.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6394FF is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 148 255 -
CMYK 0.61 0.42 0 0
HSL 221.15º 1% 0.69% -
HSV(B) 221.15º 0.61% 1% -
XYZ 33.79 31.05 98.82 -
YUV 145.55 189.77 94.8 -
System Red Green Blue C M Y K H S L
Decimal 99 148 255 0.61 0.42 0 0 221.15 1 0.69
Hex 63 94 FF 3D 2A 0 0 DD 64 45
Octal 143 224 377 75 52 0 0 335 144 105
Binary 1100011 10010100 11111111 111101 101010 0 0 11011101 1100100 1000101

Color Harmonies of #6394FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6394FF

Black with #6394FF

Text Example


Text Example

White with #6394FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6394FF; }

 p { color: rgb(99,148,255); }

 H1.HeaderClassName
 {
   color: #6394FF;
 }
 .AnyTagClassName
 {
   color: #6394FF;
 }
</style>

background-color css

<style>
 a { background-color: #6394FF; }

 a { background-color: rgb(99,148,255); }

 div.DivClassName
 {
   background-color: #6394FF;
 }
 .BgClassName
 {
   background-color: #6394FF;
 }
</style>

border-color css

<style>
 span { border-color: #6394FF; }

 span { border-color: rgb(99,148,255); }

 td.TdClassName
 {
   border-color: #6394FF;
 }
 .TagClassName
 {
   border-color: #6394FF;
 }
</style>