Html Css Color HEX #6B779E Waikawa Grey

📋 copy color: '#6B779E'

red 107 ◦ green 119 ◦ blue 158

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

Shades of Waikawa Grey #6B779E

Tints of Waikawa Grey #6B779E

RGB

 RED value IS 107 (42.19% from 255) = 27.86%

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

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

R = 27.86%
G = 30.99%
B = 41.15%

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

#6B779E (or 0x6B779E) is known color: Waikawa Grey. HEX triplet: 6B, 77 and 9E. RGB value is (107,119,158). Sum of RGB (Red+Green+Blue) = 107+119+158=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B779E is #948861. Grayscale: #777777. Windows color (decimal): -9734242 or 10385259. OLE color: 10385259.

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

Color convert

RGB 107 119 158 -
CMYK 0.32 0.25 0 0.38
HSL 225.88º 0.21% 0.52% -
HSV(B) 225.88º 0.32% 0.62% -
XYZ 18.83 18.79 34.98 -
YUV 119.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 107 119 158 0.32 0.25 0 0.38 225.88 0.21 0.52
Hex 6B 77 9E 20 19 0 26 E2 15 34
Octal 153 167 236 40 31 0 46 342 25 64
Binary 1101011 1110111 10011110 100000 11001 0 100110 11100010 10101 110100

Color Harmonies of #6B779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B779E

Black with #6B779E

Text Example


Text Example

White with #6B779E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,119,158); }

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

background-color css

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

 a { background-color: rgb(107,119,158); }

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

border-color css

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

 span { border-color: rgb(107,119,158); }

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