#6695BD

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

Shades of Shakespeare #6695BD

Tints of Shakespeare #6695BD

Color information

#6695BD (or 0x6695BD) is unknown color: approx Shakespeare. HEX triplet: 66, 95 and BD. RGB value is (102,149,189). Sum of RGB (Red+Green+Blue) = 102+149+189=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #6695BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695BD is #996A42. Grayscale: #8B8B8B. Windows color (decimal): -10054211 or 12424550. OLE color: 12424550.

HSL color Cylindrical-coordinate representation of color #6695BD: hue angle of 207.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6695BD is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102149189-
CMYK0.460.2100.26
HSL207.59º39.73%57.06%-
HSV(B)207.59º46.03%74.12%-
XYZ25.4127.9952.21-
YUV139.51155.93101.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.18%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=23.18%
G=33.86%
B=42.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021491890.460.2100.26207.5939.7357.06
Hex6695BD2E1501Ad02839
Octal14622527556250323205071
Binary110011010010101101111011011101010101101011010000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6695BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6695BD; }

 p { color: rgb(102,149,189); }

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

<style>
 a { background-color: #6695BD; }

 a { background-color: rgb(102,149,189); }

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

<style>
 span { border-color: #6695BD; }

 span { border-color: rgb(102,149,189); }

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