Html Css Color HEX #6997B9 Shakespeare

📋 copy color: '#6997B9'

red 105 ◦ green 151 ◦ blue 185

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

Shades of Shakespeare #6997B9

Tints of Shakespeare #6997B9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.24%

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 23.81%
G = 34.24%
B = 41.95%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6997B9 (or 0x6997B9) is known color: Shakespeare. HEX triplet: 69, 97 and B9. RGB value is (105,151,185). Sum of RGB (Red+Green+Blue) = 105+151+185=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #6997B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997B9 is #966846. Grayscale: #8C8C8C. Windows color (decimal): -9857095 or 12162921. OLE color: 12162921.

HSL color Cylindrical-coordinate representation of color #6997B9: hue angle of 205.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6997B9 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 151 185 -
CMYK 0.43 0.18 0 0.27
HSL 205.5º 0.36% 0.57% -
HSV(B) 205.5º 0.43% 0.73% -
XYZ 25.65 28.64 50.08 -
YUV 141.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 105 151 185 0.43 0.18 0 0.27 205.5 0.36 0.57
Hex 69 97 B9 2B 12 0 1B CE 24 39
Octal 151 227 271 53 22 0 33 316 44 71
Binary 1101001 10010111 10111001 101011 10010 0 11011 11001110 100100 111001

Color Harmonies of #6997B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6997B9

Black with #6997B9

Text Example


Text Example

White with #6997B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6997B9; }

 p { color: rgb(105,151,185); }

 H1.HeaderClassName
 {
   color: #6997B9;
 }
 .AnyTagClassName
 {
   color: #6997B9;
 }
</style>

background-color css

<style>
 a { background-color: #6997B9; }

 a { background-color: rgb(105,151,185); }

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

border-color css

<style>
 span { border-color: #6997B9; }

 span { border-color: rgb(105,151,185); }

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