#68A2BB

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

Shades of Shakespeare #68A2BB

Tints of Shakespeare #68A2BB

Color information

#68A2BB (or 0x68A2BB) is unknown color: approx Shakespeare. HEX triplet: 68, A2 and BB. RGB value is (104,162,187). Sum of RGB (Red+Green+Blue) = 104+162+187=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #68A2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A2BB is #975D44. Grayscale: #939393. Windows color (decimal): -9919813 or 12296808. OLE color: 12296808.

HSL color Cylindrical-coordinate representation of color #68A2BB: hue angle of 198.07º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68A2BB is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104162187-
CMYK0.440.1300.27
HSL198.07º37.9%57.06%-
HSV(B)198.07º44.39%73.33%-
XYZ27.632.3751.81-
YUV147.51150.2896.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.96%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=22.96%
G=35.76%
B=41.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041621870.440.1300.27198.0737.957.06
Hex68A2BB2CD01Bc62639
Octal15024227354150333064671
Binary11010001010001010111011101100110101101111000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A2BB; }

 p { color: rgb(104,162,187); }

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

<style>
 a { background-color: #68A2BB; }

 a { background-color: rgb(104,162,187); }

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

<style>
 span { border-color: #68A2BB; }

 span { border-color: rgb(104,162,187); }

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