Html Css Color HEX #61ACC4 Viking

📋 copy color: '#61ACC4'

red 97 ◦ green 172 ◦ blue 196

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

Shades of Viking #61ACC4

Tints of Viking #61ACC4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

 BLUE value IS 196 (76.95% from 255) = 42.15%

R = 20.86%
G = 36.99%
B = 42.15%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#61ACC4 (or 0x61ACC4) is known color: Viking. HEX triplet: 61, AC and C4. RGB value is (97,172,196). Sum of RGB (Red+Green+Blue) = 97+172+196=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #61ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACC4 is #9E533B. Grayscale: #989898. Windows color (decimal): -10375996 or 12889185. OLE color: 12889185.

HSL color Cylindrical-coordinate representation of color #61ACC4: hue angle of 194.55º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61ACC4 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 172 196 -
CMYK 0.51 0.12 0 0.23
HSL 194.55º 0.46% 0.57% -
HSV(B) 194.55º 0.51% 0.77% -
XYZ 29.65 36.03 57.62 -
YUV 152.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 97 172 196 0.51 0.12 0 0.23 194.55 0.46 0.57
Hex 61 AC C4 33 C 0 17 C3 2E 39
Octal 141 254 304 63 14 0 27 303 56 71
Binary 1100001 10101100 11000100 110011 1100 0 10111 11000011 101110 111001

Color Harmonies of #61ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ACC4

Black with #61ACC4

Text Example


Text Example

White with #61ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,172,196); }

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

background-color css

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

 a { background-color: rgb(97,172,196); }

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

border-color css

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

 span { border-color: rgb(97,172,196); }

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