Html Css Color HEX #6A779F Waikawa Grey

📋 copy color: '#6A779F'

red 106 ◦ green 119 ◦ blue 159

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

Shades of Waikawa Grey #6A779F

Tints of Waikawa Grey #6A779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 27.6%
G = 30.99%
B = 41.41%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A779F (or 0x6A779F) is known color: Waikawa Grey. HEX triplet: 6A, 77 and 9F. RGB value is (106,119,159). Sum of RGB (Red+Green+Blue) = 106+119+159=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A779F is #958860. Grayscale: #777777. Windows color (decimal): -9799777 or 10450794. OLE color: 10450794.

HSL color Cylindrical-coordinate representation of color #6A779F: hue angle of 225.28º degrees, saturation: 0.22, 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 #6A779F is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 119 159 -
CMYK 0.33 0.25 0 0.38
HSL 225.28º 0.22% 0.52% -
HSV(B) 225.28º 0.33% 0.62% -
XYZ 18.8 18.76 35.43 -
YUV 119.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 106 119 159 0.33 0.25 0 0.38 225.28 0.22 0.52
Hex 6A 77 9F 21 19 0 26 E1 16 34
Octal 152 167 237 41 31 0 46 341 26 64
Binary 1101010 1110111 10011111 100001 11001 0 100110 11100001 10110 110100

Color Harmonies of #6A779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A779F

Black with #6A779F

Text Example


Text Example

White with #6A779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,119,159); }

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

background-color css

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

 a { background-color: rgb(106,119,159); }

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

border-color css

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

 span { border-color: rgb(106,119,159); }

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