#6995B4

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

Shades of Shakespeare #6995B4

Tints of Shakespeare #6995B4

Color information

#6995B4 (or 0x6995B4) is unknown color: approx Shakespeare. HEX triplet: 69, 95 and B4. RGB value is (105,149,180). Sum of RGB (Red+Green+Blue) = 105+149+180=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #6995B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995B4 is #966A4B. Grayscale: #8B8B8B. Windows color (decimal): -9857612 or 11834729. OLE color: 11834729.

HSL color Cylindrical-coordinate representation of color #6995B4: hue angle of 204.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6995B4 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105149180-
CMYK0.420.1700.29
HSL204.8º33.33%55.88%-
HSV(B)204.8º41.67%70.59%-
XYZ24.8127.7947.24-
YUV139.38150.92103.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=24.19%
G=34.33%
B=41.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051491800.420.1700.29204.833.3355.88
Hex6995B42A1101Dcd2138
Octal15122526452210353154170
Binary110100110010101101101001010101000101110111001101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6995B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6995B4; }

 p { color: rgb(105,149,180); }

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

<style>
 a { background-color: #6995B4; }

 a { background-color: rgb(105,149,180); }

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

<style>
 span { border-color: #6995B4; }

 span { border-color: rgb(105,149,180); }

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