Html Css Color HEX #6496EA Cornflower Blue

📋 copy color: '#6496EA'

red 100 ◦ green 150 ◦ blue 234

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

Shades of Cornflower Blue #6496EA

Tints of Cornflower Blue #6496EA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.99%

 BLUE value IS 234 (91.8% from 255) = 48.35%

R = 20.66%
G = 30.99%
B = 48.35%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6496EA (or 0x6496EA) is known color: Cornflower Blue. HEX triplet: 64, 96 and EA. RGB value is (100,150,234). Sum of RGB (Red+Green+Blue) = 100+150+234=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #6496EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6496EA is #9B6915. Grayscale: #909090. Windows color (decimal): -10184982 or 15373924. OLE color: 15373924.

HSL color Cylindrical-coordinate representation of color #6496EA: hue angle of 217.61º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6496EA is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 150 234 -
CMYK 0.57 0.36 0 0.08
HSL 217.61º 0.76% 0.65% -
HSV(B) 217.61º 0.57% 0.92% -
XYZ 31.01 30.46 82.09 -
YUV 144.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 100 150 234 0.57 0.36 0 0.08 217.61 0.76 0.65
Hex 64 96 EA 39 24 0 8 DA 4C 41
Octal 144 226 352 71 44 0 10 332 114 101
Binary 1100100 10010110 11101010 111001 100100 0 1000 11011010 1001100 1000001

Color Harmonies of #6496EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6496EA

Black with #6496EA

Text Example


Text Example

White with #6496EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6496EA; }

 p { color: rgb(100,150,234); }

 H1.HeaderClassName
 {
   color: #6496EA;
 }
 .AnyTagClassName
 {
   color: #6496EA;
 }
</style>

background-color css

<style>
 a { background-color: #6496EA; }

 a { background-color: rgb(100,150,234); }

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

border-color css

<style>
 span { border-color: #6496EA; }

 span { border-color: rgb(100,150,234); }

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