Html Css Color HEX #6996AF Shakespeare

📋 copy color: '#6996AF'

red 105 ◦ green 150 ◦ blue 175

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

Shades of Shakespeare #6996AF

Tints of Shakespeare #6996AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

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

R = 24.42%
G = 34.88%
B = 40.7%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6996AF (or 0x6996AF) is known color: Shakespeare. HEX triplet: 69, 96 and AF. RGB value is (105,150,175). Sum of RGB (Red+Green+Blue) = 105+150+175=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #6996AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6996AF is #966950. Grayscale: #8B8B8B. Windows color (decimal): -9857361 or 11507305. OLE color: 11507305.

HSL color Cylindrical-coordinate representation of color #6996AF: hue angle of 201.43º 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 #6996AF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 150 175 -
CMYK 0.40 0.14 0 0.31
HSL 201.43º 0.3% 0.55% -
HSV(B) 201.43º 0.4% 0.69% -
XYZ 24.47 27.91 44.66 -
YUV 139.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 105 150 175 0.40 0.14 0 0.31 201.43 0.3 0.55
Hex 69 96 AF 28 E 0 1F C9 1E 37
Octal 151 226 257 50 16 0 37 311 36 67
Binary 1101001 10010110 10101111 101000 1110 0 11111 11001001 11110 110111

Color Harmonies of #6996AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996AF

Black with #6996AF

Text Example


Text Example

White with #6996AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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