#6182EF

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

Shades of Cornflower Blue #6182EF

Tints of Cornflower Blue #6182EF

Color information

#6182EF (or 0x6182EF) is unknown color: approx Cornflower Blue. HEX triplet: 61, 82 and EF. RGB value is (97,130,239). Sum of RGB (Red+Green+Blue) = 97+130+239=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #6182EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6182EF is #9E7D10. Grayscale: #848484. Windows color (decimal): -10386705 or 15696481. OLE color: 15696481.

HSL color Cylindrical-coordinate representation of color #6182EF: hue angle of 226.06º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6182EF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB97130239-
CMYK0.590.4600.06
HSL226.06º81.61%65.88%-
HSV(B)226.06º59.41%93.73%-
XYZ28.4924.7484.93-
YUV132.56188.07102.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 239 (93.75% from 255) = 51.29%
R=20.82%
G=27.90%
B=51.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal971302390.590.4600.06226.0681.6165.88
Hex6182EF3B2E06e25242
Octal141202357735606342122102
Binary1100001100000101110111111101110111001101110001010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6182EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6182EF; }

 p { color: rgb(97,130,239); }

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

<style>
 a { background-color: #6182EF; }

 a { background-color: rgb(97,130,239); }

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

<style>
 span { border-color: #6182EF; }

 span { border-color: rgb(97,130,239); }

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