Html Css Color HEX #6479DB Cornflower Blue

📋 copy color: '#6479DB'

red 100 ◦ green 121 ◦ blue 219

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

Shades of Cornflower Blue #6479DB

Tints of Cornflower Blue #6479DB

RGB

 RED value IS 100 (39.45% from 255) = 22.73%

 GREEN value IS 121 (47.66% from 255) = 27.5%

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 22.73%
G = 27.5%
B = 49.77%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6479DB (or 0x6479DB) is known color: Cornflower Blue. HEX triplet: 64, 79 and DB. RGB value is (100,121,219). Sum of RGB (Red+Green+Blue) = 100+121+219=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #6479DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479DB is #9B8624. Grayscale: #7D7D7D. Windows color (decimal): -10192421 or 14383460. OLE color: 14383460.

HSL color Cylindrical-coordinate representation of color #6479DB: hue angle of 229.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6479DB is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 121 219 -
CMYK 0.54 0.45 0 0.14
HSL 229.41º 0.62% 0.63% -
HSV(B) 229.41º 0.54% 0.86% -
XYZ 24.88 21.5 69.86 -
YUV 125.89 180.54 109.53 -
System Red Green Blue C M Y K H S L
Decimal 100 121 219 0.54 0.45 0 0.14 229.41 0.62 0.63
Hex 64 79 DB 36 2D 0 E E5 3E 3F
Octal 144 171 333 66 55 0 16 345 76 77
Binary 1100100 1111001 11011011 110110 101101 0 1110 11100101 111110 111111

Color Harmonies of #6479DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6479DB

Black with #6479DB

Text Example


Text Example

White with #6479DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6479DB; }

 p { color: rgb(100,121,219); }

 H1.HeaderClassName
 {
   color: #6479DB;
 }
 .AnyTagClassName
 {
   color: #6479DB;
 }
</style>

background-color css

<style>
 a { background-color: #6479DB; }

 a { background-color: rgb(100,121,219); }

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

border-color css

<style>
 span { border-color: #6479DB; }

 span { border-color: rgb(100,121,219); }

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