#6481FC

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

Shades of Cornflower Blue #6481FC

Tints of Cornflower Blue #6481FC

Color information

#6481FC (or 0x6481FC) is unknown color: approx Cornflower Blue. HEX triplet: 64, 81 and FC. RGB value is (100,129,252). Sum of RGB (Red+Green+Blue) = 100+129+252=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #6481FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6481FC is #9B7E03. Grayscale: #858585. Windows color (decimal): -10190340 or 16548196. OLE color: 16548196.

HSL color Cylindrical-coordinate representation of color #6481FC: hue angle of 228.55º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6481FC is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100129252-
CMYK0.600.4900.01
HSL228.55º96.2%69.02%-
HSV(B)228.55º60.32%98.82%-
XYZ30.6825.4495.39-
YUV134.35194.39103.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.79%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 252 (98.83% from 255) = 52.39%
R=20.79%
G=26.82%
B=52.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001292520.600.4900.01228.5596.269.02
Hex6481FC3C3101e56045
Octal144201374746101345140105
Binary11001001000000111111100111100110001011110010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6481FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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