Html Css Color HEX #61B9CC Viking

📋 copy color: '#61B9CC'

red 97 ◦ green 185 ◦ blue 204

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

Shades of Viking #61B9CC

Tints of Viking #61B9CC

RGB

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

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

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

R = 19.96%
G = 38.07%
B = 41.98%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#61B9CC (or 0x61B9CC) is known color: Viking. HEX triplet: 61, B9 and CC. RGB value is (97,185,204). Sum of RGB (Red+Green+Blue) = 97+185+204=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #61B9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9CC is #9E4633. Grayscale: #A0A0A0. Windows color (decimal): -10372660 or 13416801. OLE color: 13416801.

HSL color Cylindrical-coordinate representation of color #61B9CC: hue angle of 190.65º 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 #61B9CC is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 185 204 -
CMYK 0.52 0.09 0 0.2
HSL 190.65º 0.51% 0.59% -
HSV(B) 190.65º 0.52% 0.8% -
XYZ 33.18 41.6 63.41 -
YUV 160.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 97 185 204 0.52 0.09 0 0.2 190.65 0.51 0.59
Hex 61 B9 CC 34 9 0 14 BF 33 3B
Octal 141 271 314 64 11 0 24 277 63 73
Binary 1100001 10111001 11001100 110100 1001 0 10100 10111111 110011 111011

Color Harmonies of #61B9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B9CC

Black with #61B9CC

Text Example


Text Example

White with #61B9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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