Html Css Color HEX #6A7193 Waikawa Grey

📋 copy color: '#6A7193'

red 106 ◦ green 113 ◦ blue 147

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

Shades of Waikawa Grey #6A7193

Tints of Waikawa Grey #6A7193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

 BLUE value IS 147 (57.81% from 255) = 40.16%

R = 28.96%
G = 30.87%
B = 40.16%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A7193 (or 0x6A7193) is known color: Waikawa Grey. HEX triplet: 6A, 71 and 93. RGB value is (106,113,147). Sum of RGB (Red+Green+Blue) = 106+113+147=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A7193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7193 is #958E6C. Grayscale: #727272. Windows color (decimal): -9801325 or 9662826. OLE color: 9662826.

HSL color Cylindrical-coordinate representation of color #6A7193: hue angle of 229.76º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A7193 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 113 147 -
CMYK 0.28 0.23 0 0.42
HSL 229.76º 0.16% 0.5% -
HSV(B) 229.76º 0.28% 0.58% -
XYZ 17.12 16.98 29.98 -
YUV 114.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 106 113 147 0.28 0.23 0 0.42 229.76 0.16 0.5
Hex 6A 71 93 1C 17 0 2A E6 10 32
Octal 152 161 223 34 27 0 52 346 20 62
Binary 1101010 1110001 10010011 11100 10111 0 101010 11100110 10000 110010

Color Harmonies of #6A7193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7193

Black with #6A7193

Text Example


Text Example

White with #6A7193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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