#61BBCC

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

Shades of Viking #61BBCC

Tints of Viking #61BBCC

Color information

#61BBCC (or 0x61BBCC) is unknown color: approx Viking. HEX triplet: 61, BB and CC. RGB value is (97,187,204). Sum of RGB (Red+Green+Blue) = 97+187+204=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #61BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBCC is #9E4433. Grayscale: #A1A1A1. Windows color (decimal): -10372148 or 13417313. OLE color: 13417313.

HSL color Cylindrical-coordinate representation of color #61BBCC: hue angle of 189.53º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61BBCC is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97187204-
CMYK0.520.0800.2
HSL189.53º51.2%59.02%-
HSV(B)189.53º52.45%80%-
XYZ33.642.4463.55-
YUV162.03151.6881.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.88%
GREEN value IS 187 (73.44% from 255) = 38.32%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=19.88%
G=38.32%
B=41.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971872040.520.0800.2189.5351.259.02
Hex61BBCC348014be333b
Octal14127331464100242766373
Binary11000011011101111001100110100100001010010111110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,187,204); }

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

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

 a { background-color: rgb(97,187,204); }

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

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

 span { border-color: rgb(97,187,204); }

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