#61B1CD

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

Shades of Viking #61B1CD

Tints of Viking #61B1CD

Color information

#61B1CD (or 0x61B1CD) is unknown color: approx Viking. HEX triplet: 61, B1 and CD. RGB value is (97,177,205). Sum of RGB (Red+Green+Blue) = 97+177+205=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #61B1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B1CD is #9E4E32. Grayscale: #9C9C9C. Windows color (decimal): -10374707 or 13480289. OLE color: 13480289.

HSL color Cylindrical-coordinate representation of color #61B1CD: hue angle of 195.56º 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 #61B1CD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97177205-
CMYK0.530.1400.20
HSL195.56º51.92%59.22%-
HSV(B)195.56º52.68%80.39%-
XYZ31.6738.3963.5-
YUV156.27155.585.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.25%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=20.25%
G=36.95%
B=42.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971772050.530.1400.20195.5651.9259.22
Hex61B1CD35E014c4343b
Octal14126131565160243046473
Binary11000011011000111001101110101111001010011000100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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