#6BA5BE

Color #6BA5BE Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #6BA5BE

Tints of Shakespeare #6BA5BE

Color information

#6BA5BE (or 0x6BA5BE) is unknown color: approx Shakespeare. HEX triplet: 6B, A5 and BE. RGB value is (107,165,190). Sum of RGB (Red+Green+Blue) = 107+165+190=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #6BA5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA5BE is #945A41. Grayscale: #969696. Windows color (decimal): -9722434 or 12494187. OLE color: 12494187.

HSL color Cylindrical-coordinate representation of color #6BA5BE: hue angle of 198.07º 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 #6BA5BE is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107165190-
CMYK0.440.1300.25
HSL198.07º38.97%58.24%-
HSV(B)198.07º43.68%74.51%-
XYZ28.8133.7553.71-
YUV150.51150.2896.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.16%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=23.16%
G=35.71%
B=41.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071651900.440.1300.25198.0738.9758.24
Hex6BA5BE2CD019c6273a
Octal15324527654150313064772
Binary11010111010010110111110101100110101100111000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6BA5BE;
 }
 .AnyTagClassName
 {
   color: #6BA5BE;
 }
</style>
background-color css

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

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

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

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

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

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