Html Css Color HEX #60B1C9 Viking

📋 copy color: '#60B1C9'

red 96 ◦ green 177 ◦ blue 201

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

Shades of Viking #60B1C9

Tints of Viking #60B1C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 20.25%
G = 37.34%
B = 42.41%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#60B1C9 (or 0x60B1C9) is known color: Viking. HEX triplet: 60, B1 and C9. RGB value is (96,177,201). Sum of RGB (Red+Green+Blue) = 96+177+201=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #60B1C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1C9 is #9F4E36. Grayscale: #9B9B9B. Windows color (decimal): -10440247 or 13218144. OLE color: 13218144.

HSL color Cylindrical-coordinate representation of color #60B1C9: hue angle of 193.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60B1C9 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 177 201 -
CMYK 0.52 0.12 0 0.21
HSL 193.71º 0.49% 0.58% -
HSV(B) 193.71º 0.52% 0.79% -
XYZ 31.09 38.15 60.98 -
YUV 155.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 96 177 201 0.52 0.12 0 0.21 193.71 0.49 0.58
Hex 60 B1 C9 34 C 0 15 C2 31 3A
Octal 140 261 311 64 14 0 25 302 61 72
Binary 1100000 10110001 11001001 110100 1100 0 10101 11000010 110001 111010

Color Harmonies of #60B1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B1C9

Black with #60B1C9

Text Example


Text Example

White with #60B1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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