Html Css Color HEX #6B779D Waikawa Grey

📋 copy color: '#6B779D'

red 107 ◦ green 119 ◦ blue 157

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

Shades of Waikawa Grey #6B779D

Tints of Waikawa Grey #6B779D

RGB

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

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

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

R = 27.94%
G = 31.07%
B = 40.99%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B779D (or 0x6B779D) is known color: Waikawa Grey. HEX triplet: 6B, 77 and 9D. RGB value is (107,119,157). Sum of RGB (Red+Green+Blue) = 107+119+157=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B779D is #948862. Grayscale: #777777. Windows color (decimal): -9734243 or 10319723. OLE color: 10319723.

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

Color convert

RGB 107 119 157 -
CMYK 0.32 0.24 0 0.38
HSL 225.6º 0.2% 0.52% -
HSV(B) 225.6º 0.32% 0.62% -
XYZ 18.75 18.75 34.53 -
YUV 119.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 107 119 157 0.32 0.24 0 0.38 225.6 0.2 0.52
Hex 6B 77 9D 20 18 0 26 E2 14 34
Octal 153 167 235 40 30 0 46 342 24 64
Binary 1101011 1110111 10011101 100000 11000 0 100110 11100010 10100 110100

Color Harmonies of #6B779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B779D

Black with #6B779D

Text Example


Text Example

White with #6B779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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