#61B9C8

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

Shades of Viking #61B9C8

Tints of Viking #61B9C8

Color information

#61B9C8 (or 0x61B9C8) is unknown color: approx Viking. HEX triplet: 61, B9 and C8. RGB value is (97,185,200). Sum of RGB (Red+Green+Blue) = 97+185+200=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #61B9C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9C8 is #9E4637. Grayscale: #A0A0A0. Windows color (decimal): -10372664 or 13154657. OLE color: 13154657.

HSL color Cylindrical-coordinate representation of color #61B9C8: hue angle of 188.74º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61B9C8 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97185200-
CMYK0.520.0800.22
HSL188.74º48.36%58.24%-
HSV(B)188.74º51.5%78.43%-
XYZ32.741.4160.91-
YUV160.4150.3582.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.12%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 200 (78.52% from 255) = 41.49%
R=20.12%
G=38.38%
B=41.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971852000.520.0800.22188.7448.3658.24
Hex61B9C8348016bd303a
Octal14127131064100262756072
Binary11000011011100111001000110100100001011010111101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,185,200); }

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

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

 a { background-color: rgb(97,185,200); }

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

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

 span { border-color: rgb(97,185,200); }

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