#65A5C6

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

Shades of Picton Blue #65A5C6

Tints of Picton Blue #65A5C6

Color information

#65A5C6 (or 0x65A5C6) is unknown color: approx Picton Blue. HEX triplet: 65, A5 and C6. RGB value is (101,165,198). Sum of RGB (Red+Green+Blue) = 101+165+198=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #65A5C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A5C6 is #9A5A39. Grayscale: #959595. Windows color (decimal): -10115642 or 13018469. OLE color: 13018469.

HSL color Cylindrical-coordinate representation of color #65A5C6: hue angle of 200.41º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65A5C6 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB101165198-
CMYK0.490.1700.22
HSL200.41º45.97%58.63%-
HSV(B)200.41º48.99%77.65%-
XYZ29.0233.7558.41-
YUV149.63155.393.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.77%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 198 (77.73% from 255) = 42.67%
R=21.77%
G=35.56%
B=42.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011651980.490.1700.22200.4145.9758.63
Hex65A5C63111016c82e3b
Octal14524530661210263105673
Binary110010110100101110001101100011000101011011001000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,165,198); }

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

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

 a { background-color: rgb(101,165,198); }

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

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

 span { border-color: rgb(101,165,198); }

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