#68A1C4

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

Shades of Shakespeare #68A1C4

Tints of Shakespeare #68A1C4

Color information

#68A1C4 (or 0x68A1C4) is unknown color: approx Shakespeare. HEX triplet: 68, A1 and C4. RGB value is (104,161,196). Sum of RGB (Red+Green+Blue) = 104+161+196=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #68A1C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A1C4 is #975E3B. Grayscale: #939393. Windows color (decimal): -9920060 or 12886376. OLE color: 12886376.

HSL color Cylindrical-coordinate representation of color #68A1C4: hue angle of 202.83º 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 #68A1C4 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB104161196-
CMYK0.470.1800.23
HSL202.83º43.81%58.82%-
HSV(B)202.83º46.94%76.86%-
XYZ28.4232.4256.98-
YUV147.95155.1296.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.56%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 196 (76.95% from 255) = 42.52%
R=22.56%
G=34.92%
B=42.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041611960.470.1800.23202.8343.8158.82
Hex68A1C42F12017cb2c3b
Octal15024130457220273135473
Binary110100010100001110001001011111001001011111001011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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