#6174A4

Color #6174A4 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #6174A4

Tints of Waikawa Grey #6174A4

Color information

#6174A4 (or 0x6174A4) is unknown color: approx Waikawa Grey. HEX triplet: 61, 74 and A4. RGB value is (97,116,164). Sum of RGB (Red+Green+Blue) = 97+116+164=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 164 - color contains mainly: blue. Hex color #6174A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6174A4 is #9E8B5B. Grayscale: #737373. Windows color (decimal): -10390364 or 10777697. OLE color: 10777697.

HSL color Cylindrical-coordinate representation of color #6174A4: hue angle of 222.99º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6174A4 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB97116164-
CMYK0.410.2900.36
HSL222.99º26.91%51.18%-
HSV(B)222.99º40.85%64.31%-
XYZ17.8817.7137.6-
YUV115.79155.21114.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=25.73%
G=30.77%
B=43.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971161640.410.2900.36222.9926.9151.18
Hex6174A4291D024df1b33
Octal14116424451350443373363
Binary11000011110100101001001010011110101001001101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6174A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6174A4; }

 p { color: rgb(97,116,164); }

 H1.HeaderClassName
 {
   color: #6174A4;
 }
 .AnyTagClassName
 {
   color: #6174A4;
 }
</style>
background-color css

<style>
 a { background-color: #6174A4; }

 a { background-color: rgb(97,116,164); }

 div.DivClassName
 {
   background-color: #6174A4;
 }
 .BgClassName
 {
   background-color: #6174A4;
 }
</style>
border-color css

<style>
 span { border-color: #6174A4; }

 span { border-color: rgb(97,116,164); }

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