Html Css Color HEX #60AEC6 Viking

📋 copy color: '#60AEC6'

red 96 ◦ green 174 ◦ blue 198

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

Shades of Viking #60AEC6

Tints of Viking #60AEC6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.18%

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 20.51%
G = 37.18%
B = 42.31%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#60AEC6 (or 0x60AEC6) is known color: Viking. HEX triplet: 60, AE and C6. RGB value is (96,174,198). Sum of RGB (Red+Green+Blue) = 96+174+198=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #60AEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AEC6 is #9F5139. Grayscale: #999999. Windows color (decimal): -10441018 or 13020768. OLE color: 13020768.

HSL color Cylindrical-coordinate representation of color #60AEC6: hue angle of 194.12º degrees, saturation: 0.47, 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 #60AEC6 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 174 198 -
CMYK 0.52 0.12 0 0.22
HSL 194.12º 0.47% 0.58% -
HSV(B) 194.12º 0.52% 0.78% -
XYZ 30.15 36.84 58.95 -
YUV 153.41 153.16 87.05 -
System Red Green Blue C M Y K H S L
Decimal 96 174 198 0.52 0.12 0 0.22 194.12 0.47 0.58
Hex 60 AE C6 34 C 0 16 C2 2F 3A
Octal 140 256 306 64 14 0 26 302 57 72
Binary 1100000 10101110 11000110 110100 1100 0 10110 11000010 101111 111010

Color Harmonies of #60AEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AEC6

Black with #60AEC6

Text Example


Text Example

White with #60AEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,174,198); }

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

background-color css

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

 a { background-color: rgb(96,174,198); }

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

border-color css

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

 span { border-color: rgb(96,174,198); }

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