#6099CD

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

Shades of Picton Blue #6099CD

Tints of Picton Blue #6099CD

Color information

#6099CD (or 0x6099CD) is unknown color: approx Picton Blue. HEX triplet: 60, 99 and CD. RGB value is (96,153,205). Sum of RGB (Red+Green+Blue) = 96+153+205=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #6099CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099CD is #9F6632. Grayscale: #8D8D8D. Windows color (decimal): -10446387 or 13474144. OLE color: 13474144.

HSL color Cylindrical-coordinate representation of color #6099CD: hue angle of 208.62º degrees, saturation: 0.52, 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 #6099CD is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96153205-
CMYK0.530.2500.20
HSL208.62º52.15%59.02%-
HSV(B)208.62º53.17%80.39%-
XYZ27.2329.6862.05-
YUV141.88163.6295.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.15%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=21.15%
G=33.70%
B=45.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961532050.530.2500.20208.6252.1559.02
Hex6099CD3519014d1343b
Octal14023131565310243216473
Binary110000010011001110011011101011100101010011010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6099CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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