#6B9DBA

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

Shades of Shakespeare #6B9DBA

Tints of Shakespeare #6B9DBA

Color information

#6B9DBA (or 0x6B9DBA) is unknown color: approx Shakespeare. HEX triplet: 6B, 9D and BA. RGB value is (107,157,186). Sum of RGB (Red+Green+Blue) = 107+157+186=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B9DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9DBA is #946245. Grayscale: #919191. Windows color (decimal): -9724486 or 12229995. OLE color: 12229995.

HSL color Cylindrical-coordinate representation of color #6B9DBA: hue angle of 202.03º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B9DBA is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB107157186-
CMYK0.420.1600.27
HSL202.03º36.41%57.45%-
HSV(B)202.03º42.47%72.94%-
XYZ26.9830.7850.97-
YUV145.36150.94100.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.78%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=23.78%
G=34.89%
B=41.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071571860.420.1600.27202.0336.4157.45
Hex6B9DBA2A1001Bca2439
Octal15323527252200333124471
Binary110101110011101101110101010101000001101111001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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