#6099CC

Color #6099CC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6099CC

Tints of Picton Blue #6099CC

Color information

#6099CC (or 0x6099CC) is unknown color: approx Picton Blue. HEX triplet: 60, 99 and CC. RGB value is (96,153,204). Sum of RGB (Red+Green+Blue) = 96+153+204=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #6099CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099CC is #9F6633. Grayscale: #8D8D8D. Windows color (decimal): -10446388 or 13408608. OLE color: 13408608.

HSL color Cylindrical-coordinate representation of color #6099CC: hue angle of 208.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6099CC is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB96153204-
CMYK0.530.2500.2
HSL208.33º51.43%58.82%-
HSV(B)208.33º52.94%80%-
XYZ27.1129.6361.42-
YUV141.77163.1295.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=21.19%
G=33.77%
B=45.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal961532040.530.2500.2208.3351.4358.82
Hex6099CC3519014d0333b
Octal14023131465310243206373
Binary110000010011001110011001101011100101010011010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6099CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6099CC; }

 p { color: rgb(96,153,204); }

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

<style>
 a { background-color: #6099CC; }

 a { background-color: rgb(96,153,204); }

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

<style>
 span { border-color: #6099CC; }

 span { border-color: rgb(96,153,204); }

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