Html Css Color HEX #6D97BA Shakespeare

📋 copy color: '#6D97BA'

red 109 ◦ green 151 ◦ blue 186

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

Shades of Shakespeare #6D97BA

Tints of Shakespeare #6D97BA

RGB

 RED value IS 109 (42.97% from 255) = 24.44%

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 24.44%
G = 33.86%
B = 41.7%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D97BA (or 0x6D97BA) is known color: Shakespeare. HEX triplet: 6D, 97 and BA. RGB value is (109,151,186). Sum of RGB (Red+Green+Blue) = 109+151+186=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D97BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D97BA is #926845. Grayscale: #8E8E8E. Windows color (decimal): -9594950 or 12228461. OLE color: 12228461.

HSL color Cylindrical-coordinate representation of color #6D97BA: hue angle of 207.27º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D97BA is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 151 186 -
CMYK 0.41 0.19 0 0.27
HSL 207.27º 0.36% 0.58% -
HSV(B) 207.27º 0.41% 0.73% -
XYZ 26.24 28.93 50.66 -
YUV 142.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 109 151 186 0.41 0.19 0 0.27 207.27 0.36 0.58
Hex 6D 97 BA 29 13 0 1B CF 24 3A
Octal 155 227 272 51 23 0 33 317 44 72
Binary 1101101 10010111 10111010 101001 10011 0 11011 11001111 100100 111010

Color Harmonies of #6D97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D97BA

Black with #6D97BA

Text Example


Text Example

White with #6D97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D97BA; }

 p { color: rgb(109,151,186); }

 H1.HeaderClassName
 {
   color: #6D97BA;
 }
 .AnyTagClassName
 {
   color: #6D97BA;
 }
</style>

background-color css

<style>
 a { background-color: #6D97BA; }

 a { background-color: rgb(109,151,186); }

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

border-color css

<style>
 span { border-color: #6D97BA; }

 span { border-color: rgb(109,151,186); }

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