#68A5C4

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

Shades of Shakespeare #68A5C4

Tints of Shakespeare #68A5C4

Color information

#68A5C4 (or 0x68A5C4) is unknown color: approx Shakespeare. HEX triplet: 68, A5 and C4. RGB value is (104,165,196). Sum of RGB (Red+Green+Blue) = 104+165+196=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #68A5C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A5C4 is #975A3B. Grayscale: #969696. Windows color (decimal): -9919036 or 12887400. OLE color: 12887400.

HSL color Cylindrical-coordinate representation of color #68A5C4: hue angle of 200.22º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68A5C4 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB104165196-
CMYK0.470.1600.23
HSL200.22º43.81%58.82%-
HSV(B)200.22º46.94%76.86%-
XYZ29.1333.8457.22-
YUV150.29153.7994.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 196 (76.95% from 255) = 42.15%
R=22.37%
G=35.48%
B=42.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041651960.470.1600.23200.2243.8158.82
Hex68A5C42F10017c82c3b
Octal15024530457200273105473
Binary110100010100101110001001011111000001011111001000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,165,196); }

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

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

 a { background-color: rgb(104,165,196); }

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

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

 span { border-color: rgb(104,165,196); }

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