Html Css Color HEX #6495EA Cornflower Blue

📋 copy color: '#6495EA'

red 100 ◦ green 149 ◦ blue 234

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

Shades of Cornflower Blue #6495EA

Tints of Cornflower Blue #6495EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

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

R = 20.7%
G = 30.85%
B = 48.45%

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

#6495EA (or 0x6495EA) is known color: Cornflower Blue. HEX triplet: 64, 95 and EA. RGB value is (100,149,234). Sum of RGB (Red+Green+Blue) = 100+149+234=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #6495EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6495EA is #9B6A15. Grayscale: #8F8F8F. Windows color (decimal): -10185238 or 15373668. OLE color: 15373668.

HSL color Cylindrical-coordinate representation of color #6495EA: hue angle of 218.06º 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 #6495EA is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 149 234 -
CMYK 0.57 0.36 0 0.08
HSL 218.06º 0.76% 0.65% -
HSV(B) 218.06º 0.57% 0.92% -
XYZ 30.85 30.14 82.03 -
YUV 144.04 178.77 96.59 -
System Red Green Blue C M Y K H S L
Decimal 100 149 234 0.57 0.36 0 0.08 218.06 0.76 0.65
Hex 64 95 EA 39 24 0 8 DA 4C 41
Octal 144 225 352 71 44 0 10 332 114 101
Binary 1100100 10010101 11101010 111001 100100 0 1000 11011010 1001100 1000001

Color Harmonies of #6495EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6495EA

Black with #6495EA

Text Example


Text Example

White with #6495EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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