Html Css Color HEX #6996B4 Shakespeare

📋 copy color: '#6996B4'

red 105 ◦ green 150 ◦ blue 180

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

Shades of Shakespeare #6996B4

Tints of Shakespeare #6996B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.38%

R = 24.14%
G = 34.48%
B = 41.38%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6996B4 (or 0x6996B4) is known color: Shakespeare. HEX triplet: 69, 96 and B4. RGB value is (105,150,180). Sum of RGB (Red+Green+Blue) = 105+150+180=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #6996B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996B4 is #96694B. Grayscale: #8B8B8B. Windows color (decimal): -9857356 or 11834985. OLE color: 11834985.

HSL color Cylindrical-coordinate representation of color #6996B4: hue angle of 204º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6996B4 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 150 180 -
CMYK 0.42 0.17 0 0.29
HSL 204º 0.33% 0.56% -
HSV(B) 204º 0.42% 0.71% -
XYZ 24.97 28.11 47.29 -
YUV 139.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 105 150 180 0.42 0.17 0 0.29 204 0.33 0.56
Hex 69 96 B4 2A 11 0 1D CC 21 38
Octal 151 226 264 52 21 0 35 314 41 70
Binary 1101001 10010110 10110100 101010 10001 0 11101 11001100 100001 111000

Color Harmonies of #6996B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996B4

Black with #6996B4

Text Example


Text Example

White with #6996B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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