#679FAD

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

Shades of Shakespeare #679FAD

Tints of Shakespeare #679FAD

Color information

#679FAD (or 0x679FAD) is unknown color: approx Shakespeare. HEX triplet: 67, 9F and AD. RGB value is (103,159,173). Sum of RGB (Red+Green+Blue) = 103+159+173=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #679FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679FAD is #986052. Grayscale: #8F8F8F. Windows color (decimal): -9986131 or 11378535. OLE color: 11378535.

HSL color Cylindrical-coordinate representation of color #679FAD: hue angle of 192º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #679FAD is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB103159173-
CMYK0.400.0800.32
HSL192º29.91%54.12%-
HSV(B)192º40.46%67.84%-
XYZ25.5330.744.11-
YUV143.85144.4598.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.68%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=23.68%
G=36.55%
B=39.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031591730.400.0800.3219229.9154.12
Hex679FAD288020c01e36
Octal14723725550100403003666
Binary11001111001111110101101101000100001000001100000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679FAD; }

 p { color: rgb(103,159,173); }

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

<style>
 a { background-color: #679FAD; }

 a { background-color: rgb(103,159,173); }

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

<style>
 span { border-color: #679FAD; }

 span { border-color: rgb(103,159,173); }

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