#659AC8

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

Shades of Picton Blue #659AC8

Tints of Picton Blue #659AC8

Color information

#659AC8 (or 0x659AC8) is unknown color: approx Picton Blue. HEX triplet: 65, 9A and C8. RGB value is (101,154,200). Sum of RGB (Red+Green+Blue) = 101+154+200=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #659AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659AC8 is #9A6537. Grayscale: #8F8F8F. Windows color (decimal): -10118456 or 13146725. OLE color: 13146725.

HSL color Cylindrical-coordinate representation of color #659AC8: hue angle of 207.88º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659AC8 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB101154200-
CMYK0.490.2300.22
HSL207.88º47.37%59.02%-
HSV(B)207.88º49.5%78.43%-
XYZ27.3530.0559-
YUV143.4159.9497.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.20%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 200 (78.52% from 255) = 43.96%
R=22.20%
G=33.85%
B=43.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011542000.490.2300.22207.8847.3759.02
Hex659AC83117016d02f3b
Octal14523231061270263205773
Binary110010110011010110010001100011011101011011010000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,154,200); }

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

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

 a { background-color: rgb(101,154,200); }

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

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

 span { border-color: rgb(101,154,200); }

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