#6CA3C1

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

Shades of Shakespeare #6CA3C1

Tints of Shakespeare #6CA3C1

Color information

#6CA3C1 (or 0x6CA3C1) is unknown color: approx Shakespeare. HEX triplet: 6C, A3 and C1. RGB value is (108,163,193). Sum of RGB (Red+Green+Blue) = 108+163+193=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #6CA3C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA3C1 is #935C3E. Grayscale: #959595. Windows color (decimal): -9657407 or 12690284. OLE color: 12690284.

HSL color Cylindrical-coordinate representation of color #6CA3C1: hue angle of 201.18º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CA3C1 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB108163193-
CMYK0.440.1600.24
HSL201.18º40.67%59.02%-
HSV(B)201.18º44.04%75.69%-
XYZ28.9133.2355.34-
YUV149.98152.2898.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.28%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=23.28%
G=35.13%
B=41.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1081631930.440.1600.24201.1840.6759.02
Hex6CA3C12C10018c9293b
Octal15424330154200303115173
Binary110110010100011110000011011001000001100011001001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,163,193); }

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

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

 a { background-color: rgb(108,163,193); }

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

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

 span { border-color: rgb(108,163,193); }

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