Html Css Color HEX #6998AB Shakespeare

📋 copy color: '#6998AB'

red 105 ◦ green 152 ◦ blue 171

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

Shades of Shakespeare #6998AB

Tints of Shakespeare #6998AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.51%

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

R = 24.53%
G = 35.51%
B = 39.95%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6998AB (or 0x6998AB) is known color: Shakespeare. HEX triplet: 69, 98 and AB. RGB value is (105,152,171). Sum of RGB (Red+Green+Blue) = 105+152+171=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #6998AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6998AB is #966754. Grayscale: #8B8B8B. Windows color (decimal): -9856853 or 11245673. OLE color: 11245673.

HSL color Cylindrical-coordinate representation of color #6998AB: hue angle of 197.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6998AB is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 152 171 -
CMYK 0.39 0.11 0 0.33
HSL 197.27º 0.28% 0.54% -
HSV(B) 197.27º 0.39% 0.67% -
XYZ 24.4 28.4 42.72 -
YUV 140.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 105 152 171 0.39 0.11 0 0.33 197.27 0.28 0.54
Hex 69 98 AB 27 B 0 21 C5 1C 36
Octal 151 230 253 47 13 0 41 305 34 66
Binary 1101001 10011000 10101011 100111 1011 0 100001 11000101 11100 110110

Color Harmonies of #6998AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6998AB

Black with #6998AB

Text Example


Text Example

White with #6998AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,152,171); }

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

background-color css

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

 a { background-color: rgb(105,152,171); }

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

border-color css

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

 span { border-color: rgb(105,152,171); }

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