Html Css Color HEX #6178A5 Waikawa Grey

📋 copy color: '#6178A5'

red 97 ◦ green 120 ◦ blue 165

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

Shades of Waikawa Grey #6178A5

Tints of Waikawa Grey #6178A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.19%

R = 25.39%
G = 31.41%
B = 43.19%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6178A5 (or 0x6178A5) is known color: Waikawa Grey. HEX triplet: 61, 78 and A5. RGB value is (97,120,165). Sum of RGB (Red+Green+Blue) = 97+120+165=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 165 - color contains mainly: blue. Hex color #6178A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6178A5 is #9E875A. Grayscale: #767676. Windows color (decimal): -10389339 or 10844257. OLE color: 10844257.

HSL color Cylindrical-coordinate representation of color #6178A5: hue angle of 219.71º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6178A5 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 120 165 -
CMYK 0.41 0.27 0 0.35
HSL 219.71º 0.27% 0.51% -
HSV(B) 219.71º 0.41% 0.65% -
XYZ 18.44 18.69 38.23 -
YUV 118.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 97 120 165 0.41 0.27 0 0.35 219.71 0.27 0.51
Hex 61 78 A5 29 1B 0 23 DC 1B 33
Octal 141 170 245 51 33 0 43 334 33 63
Binary 1100001 1111000 10100101 101001 11011 0 100011 11011100 11011 110011

Color Harmonies of #6178A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6178A5

Black with #6178A5

Text Example


Text Example

White with #6178A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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