Html Css Color HEX #6A6D91 Waikawa Grey

📋 copy color: '#6A6D91'

red 106 ◦ green 109 ◦ blue 145

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

Shades of Waikawa Grey #6A6D91

Tints of Waikawa Grey #6A6D91

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

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

R = 29.44%
G = 30.28%
B = 40.28%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A6D91 (or 0x6A6D91) is known color: Waikawa Grey. HEX triplet: 6A, 6D and 91. RGB value is (106,109,145). Sum of RGB (Red+Green+Blue) = 106+109+145=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A6D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6D91 is #95926E. Grayscale: #707070. Windows color (decimal): -9802351 or 9530730. OLE color: 9530730.

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

Color convert

RGB 106 109 145 -
CMYK 0.27 0.25 0 0.43
HSL 235.38º 0.16% 0.49% -
HSV(B) 235.38º 0.27% 0.57% -
XYZ 16.52 16.05 29.01 -
YUV 112.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 106 109 145 0.27 0.25 0 0.43 235.38 0.16 0.49
Hex 6A 6D 91 1B 19 0 2B EB 10 31
Octal 152 155 221 33 31 0 53 353 20 61
Binary 1101010 1101101 10010001 11011 11001 0 101011 11101011 10000 110001

Color Harmonies of #6A6D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6D91

Black with #6A6D91

Text Example


Text Example

White with #6A6D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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