#6B9DBE

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

Shades of Shakespeare #6B9DBE

Tints of Shakespeare #6B9DBE

Color information

#6B9DBE (or 0x6B9DBE) is unknown color: approx Shakespeare. HEX triplet: 6B, 9D and BE. RGB value is (107,157,190). Sum of RGB (Red+Green+Blue) = 107+157+190=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B9DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9DBE is #946241. Grayscale: #919191. Windows color (decimal): -9724482 or 12492139. OLE color: 12492139.

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

Color convert

RGB107157190-
CMYK0.440.1700.25
HSL203.86º38.97%58.24%-
HSV(B)203.86º43.68%74.51%-
XYZ27.4130.9653.25-
YUV145.81152.94100.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.57%
GREEN value IS 157 (61.72% from 255) = 34.58%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=23.57%
G=34.58%
B=41.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071571900.440.1700.25203.8638.9758.24
Hex6B9DBE2C11019cc273a
Octal15323527654210313144772
Binary110101110011101101111101011001000101100111001100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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