Html Css Color HEX #6999AF Shakespeare

📋 copy color: '#6999AF'

red 105 ◦ green 153 ◦ blue 175

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

Shades of Shakespeare #6999AF

Tints of Shakespeare #6999AF

RGB

 RED value IS 105 (41.41% from 255) = 24.25%

 GREEN value IS 153 (60.16% from 255) = 35.33%

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 24.25%
G = 35.33%
B = 40.42%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6999AF (or 0x6999AF) is known color: Shakespeare. HEX triplet: 69, 99 and AF. RGB value is (105,153,175). Sum of RGB (Red+Green+Blue) = 105+153+175=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #6999AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6999AF is #966650. Grayscale: #8D8D8D. Windows color (decimal): -9856593 or 11508073. OLE color: 11508073.

HSL color Cylindrical-coordinate representation of color #6999AF: hue angle of 198.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6999AF is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 153 175 -
CMYK 0.40 0.13 0 0.31
HSL 198.86º 0.3% 0.55% -
HSV(B) 198.86º 0.4% 0.69% -
XYZ 24.95 28.88 44.82 -
YUV 141.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 105 153 175 0.40 0.13 0 0.31 198.86 0.3 0.55
Hex 69 99 AF 28 D 0 1F C7 1E 37
Octal 151 231 257 50 15 0 37 307 36 67
Binary 1101001 10011001 10101111 101000 1101 0 11111 11000111 11110 110111

Color Harmonies of #6999AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6999AF

Black with #6999AF

Text Example


Text Example

White with #6999AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6999AF; }

 p { color: rgb(105,153,175); }

 H1.HeaderClassName
 {
   color: #6999AF;
 }
 .AnyTagClassName
 {
   color: #6999AF;
 }
</style>

background-color css

<style>
 a { background-color: #6999AF; }

 a { background-color: rgb(105,153,175); }

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

border-color css

<style>
 span { border-color: #6999AF; }

 span { border-color: rgb(105,153,175); }

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