Html Css Color HEX #6999B2 Shakespeare

📋 copy color: '#6999B2'

red 105 ◦ green 153 ◦ blue 178

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

Shades of Shakespeare #6999B2

Tints of Shakespeare #6999B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 24.08%
G = 35.09%
B = 40.83%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6999B2 (or 0x6999B2) is known color: Shakespeare. HEX triplet: 69, 99 and B2. RGB value is (105,153,178). Sum of RGB (Red+Green+Blue) = 105+153+178=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #6999B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6999B2 is #96664D. Grayscale: #8D8D8D. Windows color (decimal): -9856590 or 11704681. OLE color: 11704681.

HSL color Cylindrical-coordinate representation of color #6999B2: hue angle of 200.55º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6999B2 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 153 178 -
CMYK 0.41 0.14 0 0.30
HSL 200.55º 0.32% 0.55% -
HSV(B) 200.55º 0.41% 0.7% -
XYZ 25.25 29 46.39 -
YUV 141.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 105 153 178 0.41 0.14 0 0.30 200.55 0.32 0.55
Hex 69 99 B2 29 E 0 1E C9 20 37
Octal 151 231 262 51 16 0 36 311 40 67
Binary 1101001 10011001 10110010 101001 1110 0 11110 11001001 100000 110111

Color Harmonies of #6999B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6999B2

Black with #6999B2

Text Example


Text Example

White with #6999B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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