#6481EA

Color #6481EA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6481EA

Tints of Cornflower Blue #6481EA

Color information

#6481EA (or 0x6481EA) is unknown color: approx Cornflower Blue. HEX triplet: 64, 81 and EA. RGB value is (100,129,234). Sum of RGB (Red+Green+Blue) = 100+129+234=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #6481EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6481EA is #9B7E15. Grayscale: #838383. Windows color (decimal): -10190358 or 15368548. OLE color: 15368548.

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

Color convert

RGB100129234-
CMYK0.570.4500.08
HSL227.01º76.14%65.49%-
HSV(B)227.01º57.26%91.76%-
XYZ27.9624.3581.07-
YUV132.3185.39104.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.60%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 234 (91.80% from 255) = 50.54%
R=21.60%
G=27.86%
B=50.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001292340.570.4500.08227.0176.1465.49
Hex6481EA392D08e34c41
Octal1442013527155010343114101
Binary11001001000000111101010111001101101010001110001110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6481EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6481EA;
 }
 .AnyTagClassName
 {
   color: #6481EA;
 }
</style>
background-color css

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

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

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

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

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

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