Html Css Color HEX #6A759E Waikawa Grey

📋 copy color: '#6A759E'

red 106 ◦ green 117 ◦ blue 158

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

Shades of Waikawa Grey #6A759E

Tints of Waikawa Grey #6A759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.71%

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 27.82%
G = 30.71%
B = 41.47%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A759E (or 0x6A759E) is known color: Waikawa Grey. HEX triplet: 6A, 75 and 9E. RGB value is (106,117,158). Sum of RGB (Red+Green+Blue) = 106+117+158=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A759E is #958A61. Grayscale: #767676. Windows color (decimal): -9800290 or 10384746. OLE color: 10384746.

HSL color Cylindrical-coordinate representation of color #6A759E: hue angle of 227.31º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A759E is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 117 158 -
CMYK 0.33 0.26 0 0.38
HSL 227.31º 0.21% 0.52% -
HSV(B) 227.31º 0.33% 0.62% -
XYZ 18.48 18.26 34.9 -
YUV 118.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 106 117 158 0.33 0.26 0 0.38 227.31 0.21 0.52
Hex 6A 75 9E 21 1A 0 26 E3 15 34
Octal 152 165 236 41 32 0 46 343 25 64
Binary 1101010 1110101 10011110 100001 11010 0 100110 11100011 10101 110100

Color Harmonies of #6A759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A759E

Black with #6A759E

Text Example


Text Example

White with #6A759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,117,158); }

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

background-color css

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

 a { background-color: rgb(106,117,158); }

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

border-color css

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

 span { border-color: rgb(106,117,158); }

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