#609ACD

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

Shades of Picton Blue #609ACD

Tints of Picton Blue #609ACD

Color information

#609ACD (or 0x609ACD) is unknown color: approx Picton Blue. HEX triplet: 60, 9A and CD. RGB value is (96,154,205). Sum of RGB (Red+Green+Blue) = 96+154+205=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #609ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ACD is #9F6532. Grayscale: #8E8E8E. Windows color (decimal): -10446131 or 13474400. OLE color: 13474400.

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

Color convert

RGB96154205-
CMYK0.530.2500.20
HSL208.07º52.15%59.02%-
HSV(B)208.07º53.17%80.39%-
XYZ27.430.0162.11-
YUV142.47163.2894.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.10%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=21.10%
G=33.85%
B=45.05%

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
Decimal961542050.530.2500.20208.0752.1559.02
Hex609ACD3519014d0343b
Octal14023231565310243206473
Binary110000010011010110011011101011100101010011010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609ACD; }

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

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

<style>
 a { background-color: #609ACD; }

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

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

<style>
 span { border-color: #609ACD; }

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

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