Html Css Color HEX #6492DD Cornflower Blue

📋 copy color: '#6492DD'

red 100 ◦ green 146 ◦ blue 221

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

Shades of Cornflower Blue #6492DD

Tints of Cornflower Blue #6492DD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.26%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 21.41%
G = 31.26%
B = 47.32%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6492DD (or 0x6492DD) is known color: Cornflower Blue. HEX triplet: 64, 92 and DD. RGB value is (100,146,221). Sum of RGB (Red+Green+Blue) = 100+146+221=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #6492DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6492DD is #9B6D22. Grayscale: #8C8C8C. Windows color (decimal): -10186019 or 14520932. OLE color: 14520932.

HSL color Cylindrical-coordinate representation of color #6492DD: hue angle of 217.19º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6492DD is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 146 221 -
CMYK 0.55 0.34 0 0.13
HSL 217.19º 0.64% 0.63% -
HSV(B) 217.19º 0.55% 0.87% -
XYZ 28.59 28.49 72.4 -
YUV 140.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 100 146 221 0.55 0.34 0 0.13 217.19 0.64 0.63
Hex 64 92 DD 37 22 0 D D9 40 3F
Octal 144 222 335 67 42 0 15 331 100 77
Binary 1100100 10010010 11011101 110111 100010 0 1101 11011001 1000000 111111

Color Harmonies of #6492DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6492DD

Black with #6492DD

Text Example


Text Example

White with #6492DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6492DD; }

 p { color: rgb(100,146,221); }

 H1.HeaderClassName
 {
   color: #6492DD;
 }
 .AnyTagClassName
 {
   color: #6492DD;
 }
</style>

background-color css

<style>
 a { background-color: #6492DD; }

 a { background-color: rgb(100,146,221); }

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

border-color css

<style>
 span { border-color: #6492DD; }

 span { border-color: rgb(100,146,221); }

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