Html Css Color HEX #6489DB Cornflower Blue

📋 copy color: '#6489DB'

red 100 ◦ green 137 ◦ blue 219

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

Shades of Cornflower Blue #6489DB

Tints of Cornflower Blue #6489DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

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

R = 21.93%
G = 30.04%
B = 48.03%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6489DB (or 0x6489DB) is known color: Cornflower Blue. HEX triplet: 64, 89 and DB. RGB value is (100,137,219). Sum of RGB (Red+Green+Blue) = 100+137+219=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #6489DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6489DB is #9B7624. Grayscale: #868686. Windows color (decimal): -10188325 or 14387556. OLE color: 14387556.

HSL color Cylindrical-coordinate representation of color #6489DB: hue angle of 221.34º 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 #6489DB is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 137 219 -
CMYK 0.54 0.37 0 0.14
HSL 221.34º 0.62% 0.63% -
HSV(B) 221.34º 0.54% 0.86% -
XYZ 26.99 25.72 70.56 -
YUV 135.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 100 137 219 0.54 0.37 0 0.14 221.34 0.62 0.63
Hex 64 89 DB 36 25 0 E DD 3E 3F
Octal 144 211 333 66 45 0 16 335 76 77
Binary 1100100 10001001 11011011 110110 100101 0 1110 11011101 111110 111111

Color Harmonies of #6489DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6489DB

Black with #6489DB

Text Example


Text Example

White with #6489DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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