Html Css Color HEX #60B1C7 Viking

📋 copy color: '#60B1C7'

red 96 ◦ green 177 ◦ blue 199

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

Shades of Viking #60B1C7

Tints of Viking #60B1C7

RGB

 RED value IS 96 (37.89% from 255) = 20.34%

 GREEN value IS 177 (69.53% from 255) = 37.5%

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 20.34%
G = 37.5%
B = 42.16%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#60B1C7 (or 0x60B1C7) is known color: Viking. HEX triplet: 60, B1 and C7. RGB value is (96,177,199). Sum of RGB (Red+Green+Blue) = 96+177+199=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #60B1C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1C7 is #9F4E38. Grayscale: #9B9B9B. Windows color (decimal): -10440249 or 13087072. OLE color: 13087072.

HSL color Cylindrical-coordinate representation of color #60B1C7: hue angle of 192.82º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60B1C7 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 177 199 -
CMYK 0.52 0.11 0 0.22
HSL 192.82º 0.48% 0.58% -
HSV(B) 192.82º 0.52% 0.78% -
XYZ 30.85 38.05 59.75 -
YUV 155.29 152.66 85.71 -
System Red Green Blue C M Y K H S L
Decimal 96 177 199 0.52 0.11 0 0.22 192.82 0.48 0.58
Hex 60 B1 C7 34 B 0 16 C1 30 3A
Octal 140 261 307 64 13 0 26 301 60 72
Binary 1100000 10110001 11000111 110100 1011 0 10110 11000001 110000 111010

Color Harmonies of #60B1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B1C7

Black with #60B1C7

Text Example


Text Example

White with #60B1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B1C7; }

 p { color: rgb(96,177,199); }

 H1.HeaderClassName
 {
   color: #60B1C7;
 }
 .AnyTagClassName
 {
   color: #60B1C7;
 }
</style>

background-color css

<style>
 a { background-color: #60B1C7; }

 a { background-color: rgb(96,177,199); }

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

border-color css

<style>
 span { border-color: #60B1C7; }

 span { border-color: rgb(96,177,199); }

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