#659DB4

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

Shades of Shakespeare #659DB4

Tints of Shakespeare #659DB4

Color information

#659DB4 (or 0x659DB4) is unknown color: approx Shakespeare. HEX triplet: 65, 9D and B4. RGB value is (101,157,180). Sum of RGB (Red+Green+Blue) = 101+157+180=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #659DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DB4 is #9A624B. Grayscale: #8E8E8E. Windows color (decimal): -10117708 or 11836773. OLE color: 11836773.

HSL color Cylindrical-coordinate representation of color #659DB4: hue angle of 197.47º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #659DB4 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB101157180-
CMYK0.440.1300.29
HSL197.47º34.5%55.1%-
HSV(B)197.47º43.89%70.59%-
XYZ25.6630.1847.65-
YUV142.88148.9598.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.06%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 180 (70.70% from 255) = 41.10%
R=23.06%
G=35.84%
B=41.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011571800.440.1300.29197.4734.555.1
Hex659DB42CD01Dc52237
Octal14523526454150353054267
Binary11001011001110110110100101100110101110111000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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