#61B4CC

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

Shades of Viking #61B4CC

Tints of Viking #61B4CC

Color information

#61B4CC (or 0x61B4CC) is unknown color: approx Viking. HEX triplet: 61, B4 and CC. RGB value is (97,180,204). Sum of RGB (Red+Green+Blue) = 97+180+204=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #61B4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B4CC is #9E4B33. Grayscale: #9D9D9D. Windows color (decimal): -10373940 or 13415521. OLE color: 13415521.

HSL color Cylindrical-coordinate representation of color #61B4CC: hue angle of 193.46º 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 #61B4CC is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97180204-
CMYK0.520.1200.2
HSL193.46º51.2%59.02%-
HSV(B)193.46º52.45%80%-
XYZ32.1539.5463.06-
YUV157.9215484.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.17%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=20.17%
G=37.42%
B=42.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971802040.520.1200.2193.4651.259.02
Hex61B4CC34C014c1333b
Octal14126431464140243016373
Binary11000011011010011001100110100110001010011000001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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