#6B98BB

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

Shades of Shakespeare #6B98BB

Tints of Shakespeare #6B98BB

Color information

#6B98BB (or 0x6B98BB) is unknown color: approx Shakespeare. HEX triplet: 6B, 98 and BB. RGB value is (107,152,187). Sum of RGB (Red+Green+Blue) = 107+152+187=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B98BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B98BB is #946744. Grayscale: #8E8E8E. Windows color (decimal): -9725765 or 12294251. OLE color: 12294251.

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

Color convert

RGB107152187-
CMYK0.430.1900.27
HSL206.25º37.04%57.65%-
HSV(B)206.25º42.78%73.33%-
XYZ26.2629.1751.26-
YUV142.54153.09102.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.99%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=23.99%
G=34.08%
B=41.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071521870.430.1900.27206.2537.0457.65
Hex6B98BB2B1301Bce253a
Octal15323027353230333164572
Binary110101110011000101110111010111001101101111001110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,152,187); }

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

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

 a { background-color: rgb(107,152,187); }

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

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

 span { border-color: rgb(107,152,187); }

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