#6997BE

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

Shades of Shakespeare #6997BE

Tints of Shakespeare #6997BE

Color information

#6997BE (or 0x6997BE) is unknown color: approx Shakespeare. HEX triplet: 69, 97 and BE. RGB value is (105,151,190). Sum of RGB (Red+Green+Blue) = 105+151+190=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 151 (59.38% from 255 or 33.86% 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 #6997BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997BE is #966841. Grayscale: #8D8D8D. Windows color (decimal): -9857090 or 12490601. OLE color: 12490601.

HSL color Cylindrical-coordinate representation of color #6997BE: hue angle of 207.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6997BE is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105151190-
CMYK0.450.2100.25
HSL207.53º39.53%57.84%-
HSV(B)207.53º44.74%74.51%-
XYZ26.1928.8552.9-
YUV141.69155.26101.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=23.54%
G=33.86%
B=42.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051511900.450.2100.25207.5339.5357.84
Hex6997BE2D15019d0283a
Octal15122727655250313205072
Binary110100110010111101111101011011010101100111010000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6997BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6997BE; }

 p { color: rgb(105,151,190); }

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

<style>
 a { background-color: #6997BE; }

 a { background-color: rgb(105,151,190); }

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

<style>
 span { border-color: #6997BE; }

 span { border-color: rgb(105,151,190); }

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