Html Css Color HEX #6178A0 Waikawa Grey

📋 copy color: '#6178A0'

red 97 ◦ green 120 ◦ blue 160

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

Shades of Waikawa Grey #6178A0

Tints of Waikawa Grey #6178A0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

 BLUE value IS 160 (62.89% from 255) = 42.44%

R = 25.73%
G = 31.83%
B = 42.44%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6178A0 (or 0x6178A0) is known color: Waikawa Grey. HEX triplet: 61, 78 and A0. RGB value is (97,120,160). Sum of RGB (Red+Green+Blue) = 97+120+160=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 160 - color contains mainly: blue. Hex color #6178A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6178A0 is #9E875F. Grayscale: #757575. Windows color (decimal): -10389344 or 10516577. OLE color: 10516577.

HSL color Cylindrical-coordinate representation of color #6178A0: hue angle of 218.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6178A0 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 120 160 -
CMYK 0.39 0.25 0 0.37
HSL 218.1º 0.25% 0.5% -
HSV(B) 218.1º 0.39% 0.63% -
XYZ 17.99 18.51 35.88 -
YUV 117.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 97 120 160 0.39 0.25 0 0.37 218.1 0.25 0.5
Hex 61 78 A0 27 19 0 25 DA 19 32
Octal 141 170 240 47 31 0 45 332 31 62
Binary 1100001 1111000 10100000 100111 11001 0 100101 11011010 11001 110010

Color Harmonies of #6178A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6178A0

Black with #6178A0

Text Example


Text Example

White with #6178A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6178A0; }

 p { color: rgb(97,120,160); }

 H1.HeaderClassName
 {
   color: #6178A0;
 }
 .AnyTagClassName
 {
   color: #6178A0;
 }
</style>

background-color css

<style>
 a { background-color: #6178A0; }

 a { background-color: rgb(97,120,160); }

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

border-color css

<style>
 span { border-color: #6178A0; }

 span { border-color: rgb(97,120,160); }

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