Html Css Color HEX #6A7191 Waikawa Grey

📋 copy color: '#6A7191'

red 106 ◦ green 113 ◦ blue 145

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

Shades of Waikawa Grey #6A7191

Tints of Waikawa Grey #6A7191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 29.12%
G = 31.04%
B = 39.84%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A7191 (or 0x6A7191) is known color: Waikawa Grey. HEX triplet: 6A, 71 and 91. RGB value is (106,113,145). Sum of RGB (Red+Green+Blue) = 106+113+145=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A7191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7191 is #958E6E. Grayscale: #727272. Windows color (decimal): -9801327 or 9531754. OLE color: 9531754.

HSL color Cylindrical-coordinate representation of color #6A7191: hue angle of 229.23º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A7191 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 113 145 -
CMYK 0.27 0.22 0 0.43
HSL 229.23º 0.16% 0.49% -
HSV(B) 229.23º 0.27% 0.57% -
XYZ 16.96 16.92 29.16 -
YUV 114.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 106 113 145 0.27 0.22 0 0.43 229.23 0.16 0.49
Hex 6A 71 91 1B 16 0 2B E5 10 31
Octal 152 161 221 33 26 0 53 345 20 61
Binary 1101010 1110001 10010001 11011 10110 0 101011 11100101 10000 110001

Color Harmonies of #6A7191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7191

Black with #6A7191

Text Example


Text Example

White with #6A7191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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