#6096D8

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

Shades of Picton Blue #6096D8

Tints of Picton Blue #6096D8

Color information

#6096D8 (or 0x6096D8) is unknown color: approx Picton Blue. HEX triplet: 60, 96 and D8. RGB value is (96,150,216). Sum of RGB (Red+Green+Blue) = 96+150+216=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #6096D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096D8 is #9F6927. Grayscale: #8D8D8D. Windows color (decimal): -10447144 or 14194272. OLE color: 14194272.

HSL color Cylindrical-coordinate representation of color #6096D8: hue angle of 213º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6096D8 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96150216-
CMYK0.560.3100.15
HSL213º60.61%61.18%-
HSV(B)213º55.56%84.71%-
XYZ28.1229.2669.13-
YUV141.38170.1195.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.78%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 216 (84.77% from 255) = 46.75%
R=20.78%
G=32.47%
B=46.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961502160.560.3100.1521360.6161.18
Hex6096D8381F0Fd53d3d
Octal14022633070370173257575
Binary11000001001011011011000111000111110111111010101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6096D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6096D8; }

 p { color: rgb(96,150,216); }

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

<style>
 a { background-color: #6096D8; }

 a { background-color: rgb(96,150,216); }

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

<style>
 span { border-color: #6096D8; }

 span { border-color: rgb(96,150,216); }

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