Html Css Color HEX #61B9CE Viking

📋 copy color: '#61B9CE'

red 97 ◦ green 185 ◦ blue 206

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

Shades of Viking #61B9CE

Tints of Viking #61B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.91%

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

R = 19.88%
G = 37.91%
B = 42.21%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61B9CE (or 0x61B9CE) is known color: Viking. HEX triplet: 61, B9 and CE. RGB value is (97,185,206). Sum of RGB (Red+Green+Blue) = 97+185+206=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #61B9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9CE is #9E4631. Grayscale: #A0A0A0. Windows color (decimal): -10372658 or 13547873. OLE color: 13547873.

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

Color convert

RGB 97 185 206 -
CMYK 0.53 0.10 0 0.19
HSL 191.56º 0.53% 0.59% -
HSV(B) 191.56º 0.53% 0.81% -
XYZ 33.42 41.7 64.68 -
YUV 161.08 153.35 82.29 -
System Red Green Blue C M Y K H S L
Decimal 97 185 206 0.53 0.10 0 0.19 191.56 0.53 0.59
Hex 61 B9 CE 35 A 0 13 C0 35 3B
Octal 141 271 316 65 12 0 23 300 65 73
Binary 1100001 10111001 11001110 110101 1010 0 10011 11000000 110101 111011

Color Harmonies of #61B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B9CE

Black with #61B9CE

Text Example


Text Example

White with #61B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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