#65A5E1

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

Shades of Picton Blue #65A5E1

Tints of Picton Blue #65A5E1

Color information

#65A5E1 (or 0x65A5E1) is unknown color: approx Picton Blue. HEX triplet: 65, A5 and E1. RGB value is (101,165,225). Sum of RGB (Red+Green+Blue) = 101+165+225=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #65A5E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A5E1 is #9A5A1E. Grayscale: #989898. Windows color (decimal): -10115615 or 14787941. OLE color: 14787941.

HSL color Cylindrical-coordinate representation of color #65A5E1: hue angle of 209.03º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65A5E1 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB101165225-
CMYK0.550.2700.12
HSL209.03º67.39%63.92%-
HSV(B)209.03º55.11%88.24%-
XYZ32.4135.1176.3-
YUV152.7168.891.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.57%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 225 (88.28% from 255) = 45.82%
R=20.57%
G=33.60%
B=45.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1011652250.550.2700.12209.0367.3963.92
Hex65A5E1371B0Cd14340
Octal1452453416733014321103100
Binary1100101101001011110000111011111011011001101000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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