#61BECD

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

Shades of Viking #61BECD

Tints of Viking #61BECD

Color information

#61BECD (or 0x61BECD) is unknown color: approx Viking. HEX triplet: 61, BE and CD. RGB value is (97,190,205). Sum of RGB (Red+Green+Blue) = 97+190+205=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #61BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BECD is #9E4132. Grayscale: #A3A3A3. Windows color (decimal): -10371379 or 13483617. OLE color: 13483617.

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

Color convert

RGB97190205-
CMYK0.530.0700.20
HSL188.33º51.92%59.22%-
HSV(B)188.33º52.68%80.39%-
XYZ34.3643.7864.4-
YUV163.9151.1980.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.72%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=19.72%
G=38.62%
B=41.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971902050.530.0700.20188.3351.9259.22
Hex61BECD357014bc343b
Octal1412763156570242746473
Binary1100001101111101100110111010111101010010111100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,190,205); }

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

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

 a { background-color: rgb(97,190,205); }

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

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

 span { border-color: rgb(97,190,205); }

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