#6A718F

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

Shades of Waikawa Grey #6A718F

Tints of Waikawa Grey #6A718F

Color information

#6A718F (or 0x6A718F) is unknown color: approx Waikawa Grey. HEX triplet: 6A, 71 and 8F. RGB value is (106,113,143). Sum of RGB (Red+Green+Blue) = 106+113+143=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A718F is #958E70. Grayscale: #727272. Windows color (decimal): -9801329 or 9400682. OLE color: 9400682.

HSL color Cylindrical-coordinate representation of color #6A718F: hue angle of 228.65º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A718F is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB106113143-
CMYK0.260.2100.44
HSL228.65º14.86%48.82%-
HSV(B)228.65º25.87%56.08%-
XYZ16.8116.8628.35-
YUV114.33144.18122.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.28%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=29.28%
G=31.22%
B=39.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061131430.260.2100.44228.6514.8648.82
Hex6A718F1A1502Ce5f31
Octal15216121732250543451761
Binary110101011100011000111111010101010101100111001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A718F; }

 p { color: rgb(106,113,143); }

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

<style>
 a { background-color: #6A718F; }

 a { background-color: rgb(106,113,143); }

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

<style>
 span { border-color: #6A718F; }

 span { border-color: rgb(106,113,143); }

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