Html Css Color HEX #6B779C Waikawa Grey

📋 copy color: '#6B779C'

red 107 ◦ green 119 ◦ blue 156

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

Shades of Waikawa Grey #6B779C

Tints of Waikawa Grey #6B779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 28.01%
G = 31.15%
B = 40.84%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B779C (or 0x6B779C) is known color: Waikawa Grey. HEX triplet: 6B, 77 and 9C. RGB value is (107,119,156). Sum of RGB (Red+Green+Blue) = 107+119+156=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B779C is #948863. Grayscale: #777777. Windows color (decimal): -9734244 or 10254187. OLE color: 10254187.

HSL color Cylindrical-coordinate representation of color #6B779C: hue angle of 225.31º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B779C is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 119 156 -
CMYK 0.31 0.24 0 0.39
HSL 225.31º 0.2% 0.52% -
HSV(B) 225.31º 0.31% 0.61% -
XYZ 18.66 18.72 34.08 -
YUV 119.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 107 119 156 0.31 0.24 0 0.39 225.31 0.2 0.52
Hex 6B 77 9C 1F 18 0 27 E1 14 34
Octal 153 167 234 37 30 0 47 341 24 64
Binary 1101011 1110111 10011100 11111 11000 0 100111 11100001 10100 110100

Color Harmonies of #6B779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B779C

Black with #6B779C

Text Example


Text Example

White with #6B779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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