Html Css Color HEX #6D95B5 Shakespeare

📋 copy color: '#6D95B5'

red 109 ◦ green 149 ◦ blue 181

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

Shades of Shakespeare #6D95B5

Tints of Shakespeare #6D95B5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.94%

 BLUE value IS 181 (71.09% from 255) = 41.23%

R = 24.83%
G = 33.94%
B = 41.23%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D95B5 (or 0x6D95B5) is known color: Shakespeare. HEX triplet: 6D, 95 and B5. RGB value is (109,149,181). Sum of RGB (Red+Green+Blue) = 109+149+181=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #6D95B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D95B5 is #926A4A. Grayscale: #8C8C8C. Windows color (decimal): -9595467 or 11900269. OLE color: 11900269.

HSL color Cylindrical-coordinate representation of color #6D95B5: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D95B5 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 149 181 -
CMYK 0.40 0.18 0 0.29
HSL 206.67º 0.33% 0.57% -
HSV(B) 206.67º 0.4% 0.71% -
XYZ 25.39 28.08 47.8 -
YUV 140.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 109 149 181 0.40 0.18 0 0.29 206.67 0.33 0.57
Hex 6D 95 B5 28 12 0 1D CF 21 39
Octal 155 225 265 50 22 0 35 317 41 71
Binary 1101101 10010101 10110101 101000 10010 0 11101 11001111 100001 111001

Color Harmonies of #6D95B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D95B5

Black with #6D95B5

Text Example


Text Example

White with #6D95B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,149,181); }

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

background-color css

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

 a { background-color: rgb(109,149,181); }

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

border-color css

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

 span { border-color: rgb(109,149,181); }

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