#659FCC

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

Shades of Picton Blue #659FCC

Tints of Picton Blue #659FCC

Color information

#659FCC (or 0x659FCC) is unknown color: approx Picton Blue. HEX triplet: 65, 9F and CC. RGB value is (101,159,204). Sum of RGB (Red+Green+Blue) = 101+159+204=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #659FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FCC is #9A6033. Grayscale: #929292. Windows color (decimal): -10117172 or 13410149. OLE color: 13410149.

HSL color Cylindrical-coordinate representation of color #659FCC: hue angle of 206.21º 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 #659FCC is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB101159204-
CMYK0.500.2200.2
HSL206.21º50.24%59.8%-
HSV(B)206.21º50.49%80%-
XYZ28.6631.9261.78-
YUV146.79160.2895.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.77%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=21.77%
G=34.27%
B=43.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011592040.500.2200.2206.2150.2459.8
Hex659FCC3216014ce323c
Octal14523731462260243166274
Binary110010110011111110011001100101011001010011001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659FCC; }

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

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

<style>
 a { background-color: #659FCC; }

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

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

<style>
 span { border-color: #659FCC; }

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

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