Html Css Color HEX #61B6CE Viking

📋 copy color: '#61B6CE'

red 97 ◦ green 182 ◦ blue 206

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

Shades of Viking #61B6CE

Tints of Viking #61B6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.53%

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 20%
G = 37.53%
B = 42.47%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61B6CE (or 0x61B6CE) is known color: Viking. HEX triplet: 61, B6 and CE. RGB value is (97,182,206). Sum of RGB (Red+Green+Blue) = 97+182+206=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #61B6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B6CE is #9E4931. Grayscale: #9F9F9F. Windows color (decimal): -10373426 or 13547105. OLE color: 13547105.

HSL color Cylindrical-coordinate representation of color #61B6CE: hue angle of 193.21º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61B6CE is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 182 206 -
CMYK 0.53 0.12 0 0.19
HSL 193.21º 0.53% 0.59% -
HSV(B) 193.21º 0.53% 0.81% -
XYZ 32.8 40.45 64.47 -
YUV 159.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 97 182 206 0.53 0.12 0 0.19 193.21 0.53 0.59
Hex 61 B6 CE 35 C 0 13 C1 35 3B
Octal 141 266 316 65 14 0 23 301 65 73
Binary 1100001 10110110 11001110 110101 1100 0 10011 11000001 110101 111011

Color Harmonies of #61B6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B6CE

Black with #61B6CE

Text Example


Text Example

White with #61B6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,182,206); }

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

background-color css

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

 a { background-color: rgb(97,182,206); }

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

border-color css

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

 span { border-color: rgb(97,182,206); }

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