#6096DA

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

Shades of Picton Blue #6096DA

Tints of Picton Blue #6096DA

Color information

#6096DA (or 0x6096DA) is unknown color: approx Picton Blue. HEX triplet: 60, 96 and DA. RGB value is (96,150,218). Sum of RGB (Red+Green+Blue) = 96+150+218=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #6096DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096DA is #9F6925. Grayscale: #8D8D8D. Windows color (decimal): -10447142 or 14325344. OLE color: 14325344.

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

Color convert

RGB96150218-
CMYK0.560.3100.15
HSL213.44º62.24%61.57%-
HSV(B)213.44º55.96%85.49%-
XYZ28.3929.3670.5-
YUV141.61171.1195.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.69%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=20.69%
G=32.33%
B=46.98%

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
Decimal961502180.560.3100.15213.4462.2461.57
Hex6096DA381F0Fd53e3e
Octal14022633270370173257676
Binary11000001001011011011010111000111110111111010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6096DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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