#699CAD

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

Shades of Shakespeare #699CAD

Tints of Shakespeare #699CAD

Color information

#699CAD (or 0x699CAD) is unknown color: approx Shakespeare. HEX triplet: 69, 9C and AD. RGB value is (105,156,173). Sum of RGB (Red+Green+Blue) = 105+156+173=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #699CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699CAD is #966352. Grayscale: #8E8E8E. Windows color (decimal): -9855827 or 11377769. OLE color: 11377769.

HSL color Cylindrical-coordinate representation of color #699CAD: hue angle of 195º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #699CAD is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105156173-
CMYK0.390.1000.32
HSL195º29.31%54.51%-
HSV(B)195º39.31%67.84%-
XYZ25.2629.843.96-
YUV142.69145.1101.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 156 (61.33% from 255) = 35.94%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=24.19%
G=35.94%
B=39.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051561730.390.1000.3219529.3154.51
Hex699CAD27A020c31d37
Octal15123425547120403033567
Binary11010011001110010101101100111101001000001100001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699CAD; }

 p { color: rgb(105,156,173); }

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

<style>
 a { background-color: #699CAD; }

 a { background-color: rgb(105,156,173); }

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

<style>
 span { border-color: #699CAD; }

 span { border-color: rgb(105,156,173); }

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