Html Css Color HEX #6497DB Cornflower Blue

📋 copy color: '#6497DB'

red 100 ◦ green 151 ◦ blue 219

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

Shades of Cornflower Blue #6497DB

Tints of Cornflower Blue #6497DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.13%

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

R = 21.28%
G = 32.13%
B = 46.6%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6497DB (or 0x6497DB) is known color: Cornflower Blue. HEX triplet: 64, 97 and DB. RGB value is (100,151,219). Sum of RGB (Red+Green+Blue) = 100+151+219=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #6497DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497DB is #9B6824. Grayscale: #8F8F8F. Windows color (decimal): -10184741 or 14391140. OLE color: 14391140.

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

Color convert

RGB 100 151 219 -
CMYK 0.54 0.31 0 0.14
HSL 214.29º 0.62% 0.63% -
HSV(B) 214.29º 0.54% 0.86% -
XYZ 29.11 29.96 71.27 -
YUV 143.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 100 151 219 0.54 0.31 0 0.14 214.29 0.62 0.63
Hex 64 97 DB 36 1F 0 E D6 3E 3F
Octal 144 227 333 66 37 0 16 326 76 77
Binary 1100100 10010111 11011011 110110 11111 0 1110 11010110 111110 111111

Color Harmonies of #6497DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497DB

Black with #6497DB

Text Example


Text Example

White with #6497DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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