#6CA5BC

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

Shades of Shakespeare #6CA5BC

Tints of Shakespeare #6CA5BC

Color information

#6CA5BC (or 0x6CA5BC) is unknown color: approx Shakespeare. HEX triplet: 6C, A5 and BC. RGB value is (108,165,188). Sum of RGB (Red+Green+Blue) = 108+165+188=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CA5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA5BC is #935A43. Grayscale: #969696. Windows color (decimal): -9656900 or 12363116. OLE color: 12363116.

HSL color Cylindrical-coordinate representation of color #6CA5BC: hue angle of 197.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CA5BC is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB108165188-
CMYK0.430.1200.26
HSL197.25º37.38%58.04%-
HSV(B)197.25º42.55%73.73%-
XYZ28.7233.7352.57-
YUV150.58149.1297.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.43%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=23.43%
G=35.79%
B=40.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081651880.430.1200.26197.2537.3858.04
Hex6CA5BC2BC01Ac5253a
Octal15424527453140323054572
Binary11011001010010110111100101011110001101011000101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,165,188); }

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

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

 a { background-color: rgb(108,165,188); }

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

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

 span { border-color: rgb(108,165,188); }

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