Html Css Color HEX #6A728D Waikawa Grey

📋 copy color: '#6A728D'

red 106 ◦ green 114 ◦ blue 141

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

Shades of Waikawa Grey #6A728D

Tints of Waikawa Grey #6A728D

RGB

 RED value IS 106 (41.8% from 255) = 29.36%

 GREEN value IS 114 (44.92% from 255) = 31.58%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 29.36%
G = 31.58%
B = 39.06%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A728D (or 0x6A728D) is known color: Waikawa Grey. HEX triplet: 6A, 72 and 8D. RGB value is (106,114,141). Sum of RGB (Red+Green+Blue) = 106+114+141=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A728D is #958D72. Grayscale: #727272. Windows color (decimal): -9801075 or 9269866. OLE color: 9269866.

HSL color Cylindrical-coordinate representation of color #6A728D: hue angle of 226.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A728D is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 114 141 -
CMYK 0.25 0.19 0 0.45
HSL 226.29º 0.14% 0.48% -
HSV(B) 226.29º 0.25% 0.55% -
XYZ 16.77 17.02 27.6 -
YUV 114.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 106 114 141 0.25 0.19 0 0.45 226.29 0.14 0.48
Hex 6A 72 8D 19 13 0 2D E2 E 30
Octal 152 162 215 31 23 0 55 342 16 60
Binary 1101010 1110010 10001101 11001 10011 0 101101 11100010 1110 110000

Color Harmonies of #6A728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A728D

Black with #6A728D

Text Example


Text Example

White with #6A728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,114,141); }

 H1.HeaderClassName
 {
   color: #6A728D;
 }
 .AnyTagClassName
 {
   color: #6A728D;
 }
</style>

background-color css

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

 a { background-color: rgb(106,114,141); }

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

border-color css

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

 span { border-color: rgb(106,114,141); }

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