#6081FD

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

Shades of Cornflower Blue #6081FD

Tints of Cornflower Blue #6081FD

Color information

#6081FD (or 0x6081FD) is unknown color: approx Cornflower Blue. HEX triplet: 60, 81 and FD. RGB value is (96,129,253). Sum of RGB (Red+Green+Blue) = 96+129+253=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #6081FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6081FD is #9F7E02. Grayscale: #848484. Windows color (decimal): -10452483 or 16613728. OLE color: 16613728.

HSL color Cylindrical-coordinate representation of color #6081FD: hue angle of 227.39º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6081FD is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB96129253-
CMYK0.620.4900.01
HSL227.39º97.52%68.43%-
HSV(B)227.39º62.06%99.22%-
XYZ30.425.2896.21-
YUV133.27195.57101.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.08%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 253 (99.22% from 255) = 52.93%
R=20.08%
G=26.99%
B=52.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal961292530.620.4900.01227.3997.5268.43
Hex6081FD3E3101e36244
Octal140201375766101343142104
Binary11000001000000111111101111110110001011110001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6081FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6081FD; }

 p { color: rgb(96,129,253); }

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

<style>
 a { background-color: #6081FD; }

 a { background-color: rgb(96,129,253); }

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

<style>
 span { border-color: #6081FD; }

 span { border-color: rgb(96,129,253); }

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