#6181FF

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

Shades of Cornflower Blue #6181FF

Tints of Cornflower Blue #6181FF

Color information

#6181FF (or 0x6181FF) is unknown color: approx Cornflower Blue. HEX triplet: 61, 81 and FF. RGB value is (97,129,255). Sum of RGB (Red+Green+Blue) = 97+129+255=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #6181FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6181FF is #9E7E00. Grayscale: #858585. Windows color (decimal): -10386945 or 16744801. OLE color: 16744801.

HSL color Cylindrical-coordinate representation of color #6181FF: hue angle of 227.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6181FF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB97129255-
CMYK0.620.4900
HSL227.85º100%69.02%-
HSV(B)227.85º61.96%100%-
XYZ30.8325.4697.9-
YUV133.8196.4101.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.17%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 255 (100% from 255) = 53.01%
R=20.17%
G=26.82%
B=53.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal971292550.620.4900227.8510069.02
Hex6181FF3E3100e46445
Octal141201377766100344144105
Binary11000011000000111111111111110110001001110010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6181FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6181FF; }

 p { color: rgb(97,129,255); }

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

<style>
 a { background-color: #6181FF; }

 a { background-color: rgb(97,129,255); }

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

<style>
 span { border-color: #6181FF; }

 span { border-color: rgb(97,129,255); }

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