Html Css Color HEX #61B8CE Viking

📋 copy color: '#61B8CE'

red 97 ◦ green 184 ◦ blue 206

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

Shades of Viking #61B8CE

Tints of Viking #61B8CE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.78%

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

R = 19.92%
G = 37.78%
B = 42.3%

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

#61B8CE (or 0x61B8CE) is known color: Viking. HEX triplet: 61, B8 and CE. RGB value is (97,184,206). Sum of RGB (Red+Green+Blue) = 97+184+206=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #61B8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B8CE is #9E4731. Grayscale: #A0A0A0. Windows color (decimal): -10372914 or 13547617. OLE color: 13547617.

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

Color convert

RGB 97 184 206 -
CMYK 0.53 0.11 0 0.19
HSL 192.11º 0.53% 0.59% -
HSV(B) 192.11º 0.53% 0.81% -
XYZ 33.21 41.28 64.61 -
YUV 160.5 153.68 82.71 -
System Red Green Blue C M Y K H S L
Decimal 97 184 206 0.53 0.11 0 0.19 192.11 0.53 0.59
Hex 61 B8 CE 35 B 0 13 C0 35 3B
Octal 141 270 316 65 13 0 23 300 65 73
Binary 1100001 10111000 11001110 110101 1011 0 10011 11000000 110101 111011

Color Harmonies of #61B8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B8CE

Black with #61B8CE

Text Example


Text Example

White with #61B8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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