Html Css Color HEX #6B95BE Shakespeare

📋 copy color: '#6B95BE'

red 107 ◦ green 149 ◦ blue 190

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

Shades of Shakespeare #6B95BE

Tints of Shakespeare #6B95BE

RGB

 RED value IS 107 (42.19% from 255) = 23.99%

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

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 23.99%
G = 33.41%
B = 42.6%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B95BE (or 0x6B95BE) is known color: Shakespeare. HEX triplet: 6B, 95 and BE. RGB value is (107,149,190). Sum of RGB (Red+Green+Blue) = 107+149+190=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B95BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B95BE is #946A41. Grayscale: #8C8C8C. Windows color (decimal): -9726530 or 12490091. OLE color: 12490091.

HSL color Cylindrical-coordinate representation of color #6B95BE: hue angle of 209.64º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B95BE is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 149 190 -
CMYK 0.44 0.22 0 0.25
HSL 209.64º 0.39% 0.58% -
HSV(B) 209.64º 0.44% 0.75% -
XYZ 26.11 28.34 52.81 -
YUV 141.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 107 149 190 0.44 0.22 0 0.25 209.64 0.39 0.58
Hex 6B 95 BE 2C 16 0 19 D2 27 3A
Octal 153 225 276 54 26 0 31 322 47 72
Binary 1101011 10010101 10111110 101100 10110 0 11001 11010010 100111 111010

Color Harmonies of #6B95BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B95BE

Black with #6B95BE

Text Example


Text Example

White with #6B95BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,149,190); }

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

background-color css

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

 a { background-color: rgb(107,149,190); }

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

border-color css

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

 span { border-color: rgb(107,149,190); }

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