Html Css Color HEX #6D9BAF Shakespeare

📋 copy color: '#6D9BAF'

red 109 ◦ green 155 ◦ blue 175

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

Shades of Shakespeare #6D9BAF

Tints of Shakespeare #6D9BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

 BLUE value IS 175 (68.75% from 255) = 39.86%

R = 24.83%
G = 35.31%
B = 39.86%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6D9BAF (or 0x6D9BAF) is known color: Shakespeare. HEX triplet: 6D, 9B and AF. RGB value is (109,155,175). Sum of RGB (Red+Green+Blue) = 109+155+175=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D9BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9BAF is #926450. Grayscale: #8F8F8F. Windows color (decimal): -9593937 or 11508589. OLE color: 11508589.

HSL color Cylindrical-coordinate representation of color #6D9BAF: hue angle of 198.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D9BAF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 155 175 -
CMYK 0.38 0.11 0 0.31
HSL 198.18º 0.29% 0.56% -
HSV(B) 198.18º 0.38% 0.69% -
XYZ 25.77 29.79 44.95 -
YUV 143.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 109 155 175 0.38 0.11 0 0.31 198.18 0.29 0.56
Hex 6D 9B AF 26 B 0 1F C6 1D 38
Octal 155 233 257 46 13 0 37 306 35 70
Binary 1101101 10011011 10101111 100110 1011 0 11111 11000110 11101 111000

Color Harmonies of #6D9BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9BAF

Black with #6D9BAF

Text Example


Text Example

White with #6D9BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,155,175); }

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

background-color css

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

 a { background-color: rgb(109,155,175); }

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

border-color css

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

 span { border-color: rgb(109,155,175); }

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