#6481F2

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

Shades of Cornflower Blue #6481F2

Tints of Cornflower Blue #6481F2

Color information

#6481F2 (or 0x6481F2) is unknown color: approx Cornflower Blue. HEX triplet: 64, 81 and F2. RGB value is (100,129,242). Sum of RGB (Red+Green+Blue) = 100+129+242=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #6481F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6481F2 is #9B7E0D. Grayscale: #848484. Windows color (decimal): -10190350 or 15892836. OLE color: 15892836.

HSL color Cylindrical-coordinate representation of color #6481F2: hue angle of 227.75º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6481F2 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100129242-
CMYK0.590.4700.05
HSL227.75º84.52%67.06%-
HSV(B)227.75º58.68%94.9%-
XYZ29.1324.8287.26-
YUV133.21189.39104.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.23%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 242 (94.92% from 255) = 51.38%
R=21.23%
G=27.39%
B=51.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001292420.590.4700.05227.7584.5267.06
Hex6481F23B2F05e45543
Octal144201362735705344125103
Binary1100100100000011111001011101110111101011110010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6481F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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