#6082dc

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

Shades of Cornflower Blue #6082DC

Tints of Cornflower Blue #6082DC

Color information

#6082DC (or 0x6082DC) is unknown color: approx Cornflower Blue. HEX triplet: 60, 82 and DC. RGB value is (96,130,220). Sum of RGB (Red+Green+Blue) = 96+130+220=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #6082DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6082DC is #9F7D23. Grayscale: #818181. Windows color (decimal): -10452260 or 14451296. OLE color: 14451296.

HSL color Cylindrical-coordinate representation of color #6082DC: hue angle of 223.55º degrees, saturation: 0.64, 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 #6082DC is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96130220-
CMYK0.560.4100.14
HSL223.55º63.92%61.96%-
HSV(B)223.55º56.36%86.27%-
XYZ25.7223.6270.91-
YUV130.09178.74103.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.52%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 220 (86.33% from 255) = 49.33%
R=21.52%
G=29.15%
B=49.33%

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
Decimal961302200.560.4100.14223.5563.9261.96
Hex6082DC38290Ee0403e
Octal140202334705101634010076
Binary1100000100000101101110011100010100101110111000001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6082dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6082dc; }

 p { color: rgb(96,130,220); }

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

<style>
 a { background-color: #6082dc; }

 a { background-color: rgb(96,130,220); }

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

<style>
 span { border-color: #6082dc; }

 span { border-color: rgb(96,130,220); }

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