#65a3cc

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

Shades of Picton Blue #65A3CC

Tints of Picton Blue #65A3CC

Color information

#65A3CC (or 0x65A3CC) is unknown color: approx Picton Blue. HEX triplet: 65, A3 and CC. RGB value is (101,163,204). Sum of RGB (Red+Green+Blue) = 101+163+204=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #65A3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A3CC is #9A5C33. Grayscale: #949494. Windows color (decimal): -10116148 or 13411173. OLE color: 13411173.

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

Color convert

RGB101163204-
CMYK0.500.2000.2
HSL203.88º50.24%59.8%-
HSV(B)203.88º50.49%80%-
XYZ29.3633.3262.01-
YUV149.14158.9693.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.58%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=21.58%
G=34.83%
B=43.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011632040.500.2000.2203.8850.2459.8
Hex65A3CC3214014cc323c
Octal14524331462240243146274
Binary110010110100011110011001100101010001010011001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65a3cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,163,204); }

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

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

 a { background-color: rgb(101,163,204); }

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

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

 span { border-color: rgb(101,163,204); }

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