Html Css Color HEX #6A759D Waikawa Grey

📋 copy color: '#6A759D'

red 106 ◦ green 117 ◦ blue 157

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

Shades of Waikawa Grey #6A759D

Tints of Waikawa Grey #6A759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 27.89%
G = 30.79%
B = 41.32%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A759D (or 0x6A759D) is known color: Waikawa Grey. HEX triplet: 6A, 75 and 9D. RGB value is (106,117,157). Sum of RGB (Red+Green+Blue) = 106+117+157=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A759D is #958A62. Grayscale: #767676. Windows color (decimal): -9800291 or 10319210. OLE color: 10319210.

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

Color convert

RGB 106 117 157 -
CMYK 0.32 0.25 0 0.38
HSL 227.06º 0.21% 0.52% -
HSV(B) 227.06º 0.32% 0.62% -
XYZ 18.39 18.22 34.45 -
YUV 118.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 106 117 157 0.32 0.25 0 0.38 227.06 0.21 0.52
Hex 6A 75 9D 20 19 0 26 E3 15 34
Octal 152 165 235 40 31 0 46 343 25 64
Binary 1101010 1110101 10011101 100000 11001 0 100110 11100011 10101 110100

Color Harmonies of #6A759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A759D

Black with #6A759D

Text Example


Text Example

White with #6A759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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