#61BDCE

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

Shades of Viking #61BDCE

Tints of Viking #61BDCE

Color information

#61BDCE (or 0x61BDCE) is unknown color: approx Viking. HEX triplet: 61, BD and CE. RGB value is (97,189,206). Sum of RGB (Red+Green+Blue) = 97+189+206=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #61BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDCE is #9E4231. Grayscale: #A3A3A3. Windows color (decimal): -10371634 or 13548897. OLE color: 13548897.

HSL color Cylindrical-coordinate representation of color #61BDCE: hue angle of 189.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61BDCE is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97189206-
CMYK0.530.0800.19
HSL189.36º52.66%59.41%-
HSV(B)189.36º52.91%80.78%-
XYZ34.2743.3964.96-
YUV163.43152.0280.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.72%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=19.72%
G=38.41%
B=41.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971892060.530.0800.19189.3652.6659.41
Hex61BDCE358013bd353b
Octal14127531665100232756573
Binary11000011011110111001110110101100001001110111101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,189,206); }

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

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

 a { background-color: rgb(97,189,206); }

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

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

 span { border-color: rgb(97,189,206); }

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