#65a0cd

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

Shades of Picton Blue #65A0CD

Tints of Picton Blue #65A0CD

Color information

#65A0CD (or 0x65A0CD) is unknown color: approx Picton Blue. HEX triplet: 65, A0 and CD. RGB value is (101,160,205). Sum of RGB (Red+Green+Blue) = 101+160+205=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #65A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A0CD is #9A5F32. Grayscale: #939393. Windows color (decimal): -10116915 or 13475941. OLE color: 13475941.

HSL color Cylindrical-coordinate representation of color #65A0CD: hue angle of 205.96º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65A0CD is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101160205-
CMYK0.510.2200.20
HSL205.96º50.98%60%-
HSV(B)205.96º50.73%80.39%-
XYZ28.9632.3262.47-
YUV147.49160.4594.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.67%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=21.67%
G=34.33%
B=43.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011602050.510.2200.20205.9650.9860
Hex65A0CD3316014ce333c
Octal14524031563260243166374
Binary110010110100000110011011100111011001010011001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65a0cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65a0cd; }

 p { color: rgb(101,160,205); }

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

<style>
 a { background-color: #65a0cd; }

 a { background-color: rgb(101,160,205); }

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

<style>
 span { border-color: #65a0cd; }

 span { border-color: rgb(101,160,205); }

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