#659DD3

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

Shades of Picton Blue #659DD3

Tints of Picton Blue #659DD3

Color information

#659DD3 (or 0x659DD3) is unknown color: approx Picton Blue. HEX triplet: 65, 9D and D3. RGB value is (101,157,211). Sum of RGB (Red+Green+Blue) = 101+157+211=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #659DD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DD3 is #9A622C. Grayscale: #929292. Windows color (decimal): -10117677 or 13868389. OLE color: 13868389.

HSL color Cylindrical-coordinate representation of color #659DD3: hue angle of 209.45º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #659DD3 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB101157211-
CMYK0.520.2600.17
HSL209.45º55.56%61.18%-
HSV(B)209.45º52.13%82.75%-
XYZ29.1831.5866.19-
YUV146.41164.4595.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.54%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 211 (82.81% from 255) = 44.99%
R=21.54%
G=33.48%
B=44.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1011572110.520.2600.17209.4555.5661.18
Hex659DD3341A011d1383d
Octal14523532364320213217075
Binary110010110011101110100111101001101001000111010001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,157,211); }

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

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

 a { background-color: rgb(101,157,211); }

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

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

 span { border-color: rgb(101,157,211); }

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