Html Css Color HEX #6695AB Shakespeare

📋 copy color: '#6695AB'

red 102 ◦ green 149 ◦ blue 171

#6695AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #6695AB

Tints of Shakespeare #6695AB

RGB

 RED value IS 102 (40.23% from 255) = 24.17%

 GREEN value IS 149 (58.59% from 255) = 35.31%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 24.17%
G = 35.31%
B = 40.52%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6695AB (or 0x6695AB) is known color: Shakespeare. HEX triplet: 66, 95 and AB. RGB value is (102,149,171). Sum of RGB (Red+Green+Blue) = 102+149+171=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #6695AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6695AB is #996A54. Grayscale: #898989. Windows color (decimal): -10054229 or 11244902. OLE color: 11244902.

HSL color Cylindrical-coordinate representation of color #6695AB: hue angle of 199.13º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6695AB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 149 171 -
CMYK 0.40 0.13 0 0.33
HSL 199.13º 0.29% 0.54% -
HSV(B) 199.13º 0.4% 0.67% -
XYZ 23.58 27.26 42.55 -
YUV 137.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 102 149 171 0.40 0.13 0 0.33 199.13 0.29 0.54
Hex 66 95 AB 28 D 0 21 C7 1D 36
Octal 146 225 253 50 15 0 41 307 35 66
Binary 1100110 10010101 10101011 101000 1101 0 100001 11000111 11101 110110

Color Harmonies of #6695AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6695AB

Black with #6695AB

Text Example


Text Example

White with #6695AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6695AB; }

 p { color: rgb(102,149,171); }

 H1.HeaderClassName
 {
   color: #6695AB;
 }
 .AnyTagClassName
 {
   color: #6695AB;
 }
</style>

background-color css

<style>
 a { background-color: #6695AB; }

 a { background-color: rgb(102,149,171); }

 div.DivClassName
 {
   background-color: #6695AB;
 }
 .BgClassName
 {
   background-color: #6695AB;
 }
</style>

border-color css

<style>
 span { border-color: #6695AB; }

 span { border-color: rgb(102,149,171); }

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