#61A7C3

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

Shades of Shakespeare #61A7C3

Tints of Shakespeare #61A7C3

Color information

#61A7C3 (or 0x61A7C3) is unknown color: approx Shakespeare. HEX triplet: 61, A7 and C3. RGB value is (97,167,195). Sum of RGB (Red+Green+Blue) = 97+167+195=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #61A7C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A7C3 is #9E583C. Grayscale: #959595. Windows color (decimal): -10377277 or 12822369. OLE color: 12822369.

HSL color Cylindrical-coordinate representation of color #61A7C3: hue angle of 197.14º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61A7C3 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97167195-
CMYK0.500.1400.24
HSL197.14º44.95%57.25%-
HSV(B)197.14º50.26%76.47%-
XYZ28.634.1256.71-
YUV149.26153.8190.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.13%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=21.13%
G=36.38%
B=42.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971671950.500.1400.24197.1444.9557.25
Hex61A7C332E018c52d39
Octal14124730362160303055571
Binary11000011010011111000011110010111001100011000101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A7C3; }

 p { color: rgb(97,167,195); }

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

<style>
 a { background-color: #61A7C3; }

 a { background-color: rgb(97,167,195); }

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

<style>
 span { border-color: #61A7C3; }

 span { border-color: rgb(97,167,195); }

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