Html Css Color HEX #61B7CE Viking

📋 copy color: '#61B7CE'

red 97 ◦ green 183 ◦ blue 206

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

Shades of Viking #61B7CE

Tints of Viking #61B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.65%

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

R = 19.96%
G = 37.65%
B = 42.39%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61B7CE (or 0x61B7CE) is known color: Viking. HEX triplet: 61, B7 and CE. RGB value is (97,183,206). Sum of RGB (Red+Green+Blue) = 97+183+206=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #61B7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B7CE is #9E4831. Grayscale: #9F9F9F. Windows color (decimal): -10373170 or 13547361. OLE color: 13547361.

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

Color convert

RGB 97 183 206 -
CMYK 0.53 0.11 0 0.19
HSL 192.66º 0.53% 0.59% -
HSV(B) 192.66º 0.53% 0.81% -
XYZ 33 40.86 64.54 -
YUV 159.91 154.01 83.13 -
System Red Green Blue C M Y K H S L
Decimal 97 183 206 0.53 0.11 0 0.19 192.66 0.53 0.59
Hex 61 B7 CE 35 B 0 13 C1 35 3B
Octal 141 267 316 65 13 0 23 301 65 73
Binary 1100001 10110111 11001110 110101 1011 0 10011 11000001 110101 111011

Color Harmonies of #61B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B7CE

Black with #61B7CE

Text Example


Text Example

White with #61B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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