#6ca1be

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

Shades of Shakespeare #6CA1BE

Tints of Shakespeare #6CA1BE

Color information

#6CA1BE (or 0x6CA1BE) is unknown color: approx Shakespeare. HEX triplet: 6C, A1 and BE. RGB value is (108,161,190). Sum of RGB (Red+Green+Blue) = 108+161+190=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CA1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA1BE is #935E41. Grayscale: #949494. Windows color (decimal): -9657922 or 12493164. OLE color: 12493164.

HSL color Cylindrical-coordinate representation of color #6CA1BE: hue angle of 201.22º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CA1BE is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108161190-
CMYK0.430.1500.25
HSL201.22º38.68%58.43%-
HSV(B)201.22º43.16%74.51%-
XYZ28.2232.453.48-
YUV148.46151.4499.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.53%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=23.53%
G=35.08%
B=41.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081611900.430.1500.25201.2238.6858.43
Hex6CA1BE2BF019c9273a
Octal15424127653170313114772
Binary11011001010000110111110101011111101100111001001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ca1be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,161,190); }

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

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

 a { background-color: rgb(108,161,190); }

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

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

 span { border-color: rgb(108,161,190); }

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