Html Css Color HEX #61B4CC Viking

📋 copy color: '#61B4CC'

red 97 ◦ green 180 ◦ blue 204

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

Shades of Viking #61B4CC

Tints of Viking #61B4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 20.17%
G = 37.42%
B = 42.41%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#61B4CC (or 0x61B4CC) is known color: Viking. HEX triplet: 61, B4 and CC. RGB value is (97,180,204). Sum of RGB (Red+Green+Blue) = 97+180+204=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #61B4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B4CC is #9E4B33. Grayscale: #9D9D9D. Windows color (decimal): -10373940 or 13415521. OLE color: 13415521.

HSL color Cylindrical-coordinate representation of color #61B4CC: hue angle of 193.46º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61B4CC is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 180 204 -
CMYK 0.52 0.12 0 0.2
HSL 193.46º 0.51% 0.59% -
HSV(B) 193.46º 0.52% 0.8% -
XYZ 32.15 39.54 63.06 -
YUV 157.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 97 180 204 0.52 0.12 0 0.2 193.46 0.51 0.59
Hex 61 B4 CC 34 C 0 14 C1 33 3B
Octal 141 264 314 64 14 0 24 301 63 73
Binary 1100001 10110100 11001100 110100 1100 0 10100 11000001 110011 111011

Color Harmonies of #61B4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B4CC

Black with #61B4CC

Text Example


Text Example

White with #61B4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,180,204); }

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

background-color css

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

 a { background-color: rgb(97,180,204); }

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

border-color css

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

 span { border-color: rgb(97,180,204); }

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