Html Css Color HEX #61B2C6 Viking

📋 copy color: '#61B2C6'

red 97 ◦ green 178 ◦ blue 198

#61B2C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #61B2C6

Tints of Viking #61B2C6

RGB

 RED value IS 97 (38.28% from 255) = 20.51%

 GREEN value IS 178 (69.92% from 255) = 37.63%

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 20.51%
G = 37.63%
B = 41.86%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#61B2C6 (or 0x61B2C6) is known color: Viking. HEX triplet: 61, B2 and C6. RGB value is (97,178,198). Sum of RGB (Red+Green+Blue) = 97+178+198=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #61B2C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B2C6 is #9E4D39. Grayscale: #9B9B9B. Windows color (decimal): -10374458 or 13021793. OLE color: 13021793.

HSL color Cylindrical-coordinate representation of color #61B2C6: hue angle of 191.88º degrees, saturation: 0.47, 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 #61B2C6 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 178 198 -
CMYK 0.51 0.10 0 0.22
HSL 191.88º 0.47% 0.58% -
HSV(B) 191.88º 0.51% 0.78% -
XYZ 31.04 38.46 59.21 -
YUV 156.06 151.66 85.87 -
System Red Green Blue C M Y K H S L
Decimal 97 178 198 0.51 0.10 0 0.22 191.88 0.47 0.58
Hex 61 B2 C6 33 A 0 16 C0 2F 3A
Octal 141 262 306 63 12 0 26 300 57 72
Binary 1100001 10110010 11000110 110011 1010 0 10110 11000000 101111 111010

Color Harmonies of #61B2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B2C6

Black with #61B2C6

Text Example


Text Example

White with #61B2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,178,198); }

 H1.HeaderClassName
 {
   color: #61B2C6;
 }
 .AnyTagClassName
 {
   color: #61B2C6;
 }
</style>

background-color css

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

 a { background-color: rgb(97,178,198); }

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

border-color css

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

 span { border-color: rgb(97,178,198); }

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