#6083de

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

Shades of Cornflower Blue #6083DE

Tints of Cornflower Blue #6083DE

Color information

#6083DE (or 0x6083DE) is unknown color: approx Cornflower Blue. HEX triplet: 60, 83 and DE. RGB value is (96,131,222). Sum of RGB (Red+Green+Blue) = 96+131+222=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #6083DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6083DE is #9F7C21. Grayscale: #828282. Windows color (decimal): -10452002 or 14582624. OLE color: 14582624.

HSL color Cylindrical-coordinate representation of color #6083DE: hue angle of 223.33º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6083DE is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96131222-
CMYK0.570.4100.13
HSL223.33º65.62%62.35%-
HSV(B)223.33º56.76%87.06%-
XYZ26.1223.9972.36-
YUV130.91179.4103.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.38%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 222 (87.11% from 255) = 49.44%
R=21.38%
G=29.18%
B=49.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961312220.570.4100.13223.3365.6262.35
Hex6083DE39290Ddf423e
Octal140203336715101533710276
Binary1100000100000111101111011100110100101101110111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6083de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6083de; }

 p { color: rgb(96,131,222); }

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

<style>
 a { background-color: #6083de; }

 a { background-color: rgb(96,131,222); }

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

<style>
 span { border-color: #6083de; }

 span { border-color: rgb(96,131,222); }

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