#65A6D6

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

Shades of Picton Blue #65A6D6

Tints of Picton Blue #65A6D6

Color information

#65A6D6 (or 0x65A6D6) is unknown color: approx Picton Blue. HEX triplet: 65, A6 and D6. RGB value is (101,166,214). Sum of RGB (Red+Green+Blue) = 101+166+214=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #65A6D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A6D6 is #9A5929. Grayscale: #979797. Windows color (decimal): -10115370 or 14067301. OLE color: 14067301.

HSL color Cylindrical-coordinate representation of color #65A6D6: hue angle of 205.49º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65A6D6 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101166214-
CMYK0.530.2200.16
HSL205.49º57.95%61.76%-
HSV(B)205.49º52.8%83.92%-
XYZ31.1434.8968.71-
YUV152.04162.9791.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.00%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=21.00%
G=34.51%
B=44.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011662140.530.2200.16205.4957.9561.76
Hex65A6D63516010cd3a3e
Octal14524632665260203157276
Binary110010110100110110101101101011011001000011001101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,166,214); }

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

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

 a { background-color: rgb(101,166,214); }

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

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

 span { border-color: rgb(101,166,214); }

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