Html Css Color HEX #6A7491 Waikawa Grey

📋 copy color: '#6A7491'

red 106 ◦ green 116 ◦ blue 145

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

Shades of Waikawa Grey #6A7491

Tints of Waikawa Grey #6A7491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

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

R = 28.88%
G = 31.61%
B = 39.51%

CMYK

 C value IS 0.27

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A7491 (or 0x6A7491) is known color: Waikawa Grey. HEX triplet: 6A, 74 and 91. RGB value is (106,116,145). Sum of RGB (Red+Green+Blue) = 106+116+145=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A7491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7491 is #958B6E. Grayscale: #747474. Windows color (decimal): -9800559 or 9532522. OLE color: 9532522.

HSL color Cylindrical-coordinate representation of color #6A7491: hue angle of 224.62º 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 #6A7491 is Cyan = 0.27, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 116 145 -
CMYK 0.27 0.2 0 0.43
HSL 224.62º 0.16% 0.49% -
HSV(B) 224.62º 0.27% 0.57% -
XYZ 17.3 17.6 29.27 -
YUV 116.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 106 116 145 0.27 0.2 0 0.43 224.62 0.16 0.49
Hex 6A 74 91 1B 14 0 2B E1 10 31
Octal 152 164 221 33 24 0 53 341 20 61
Binary 1101010 1110100 10010001 11011 10100 0 101011 11100001 10000 110001

Color Harmonies of #6A7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7491

Black with #6A7491

Text Example


Text Example

White with #6A7491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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