#6481DE

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

Shades of Cornflower Blue #6481DE

Tints of Cornflower Blue #6481DE

Color information

#6481DE (or 0x6481DE) is unknown color: approx Cornflower Blue. HEX triplet: 64, 81 and DE. RGB value is (100,129,222). Sum of RGB (Red+Green+Blue) = 100+129+222=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #6481DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481DE is #9B7E21. Grayscale: #828282. Windows color (decimal): -10190370 or 14582116. OLE color: 14582116.

HSL color Cylindrical-coordinate representation of color #6481DE: hue angle of 225.74º degrees, saturation: 0.65, 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 #6481DE is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100129222-
CMYK0.550.4200.13
HSL225.74º64.89%63.14%-
HSV(B)225.74º54.95%87.06%-
XYZ26.2923.6872.29-
YUV130.93179.39105.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.17%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 222 (87.11% from 255) = 49.22%
R=22.17%
G=28.60%
B=49.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001292220.550.4200.13225.7464.8963.14
Hex6481DE372A0De2413f
Octal144201336675201534210177
Binary1100100100000011101111011011110101001101111000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6481DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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