#6182DB

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

Shades of Cornflower Blue #6182DB

Tints of Cornflower Blue #6182DB

Color information

#6182DB (or 0x6182DB) is unknown color: approx Cornflower Blue. HEX triplet: 61, 82 and DB. RGB value is (97,130,219). Sum of RGB (Red+Green+Blue) = 97+130+219=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #6182DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182DB is #9E7D24. Grayscale: #818181. Windows color (decimal): -10386725 or 14385761. OLE color: 14385761.

HSL color Cylindrical-coordinate representation of color #6182DB: hue angle of 223.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6182DB is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97130219-
CMYK0.560.4100.14
HSL223.77º62.89%61.96%-
HSV(B)223.77º55.71%85.88%-
XYZ25.723.6270.22-
YUV130.28178.07104.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.75%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 219 (85.94% from 255) = 49.10%
R=21.75%
G=29.15%
B=49.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971302190.560.4100.14223.7762.8961.96
Hex6182DB38290Ee03f3e
Octal14120233370510163407776
Binary110000110000010110110111110001010010111011100000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6182DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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