Html Css Color HEX #6D789C Waikawa Grey

📋 copy color: '#6D789C'

red 109 ◦ green 120 ◦ blue 156

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

Shades of Waikawa Grey #6D789C

Tints of Waikawa Grey #6D789C

RGB

 RED value IS 109 (42.97% from 255) = 28.31%

 GREEN value IS 120 (47.27% from 255) = 31.17%

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

R = 28.31%
G = 31.17%
B = 40.52%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D789C (or 0x6D789C) is known color: Waikawa Grey. HEX triplet: 6D, 78 and 9C. RGB value is (109,120,156). Sum of RGB (Red+Green+Blue) = 109+120+156=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D789C is #928763. Grayscale: #787878. Windows color (decimal): -9602916 or 10254445. OLE color: 10254445.

HSL color Cylindrical-coordinate representation of color #6D789C: hue angle of 225.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D789C is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 120 156 -
CMYK 0.30 0.23 0 0.39
HSL 225.96º 0.19% 0.52% -
HSV(B) 225.96º 0.3% 0.61% -
XYZ 19.02 19.08 34.13 -
YUV 120.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 109 120 156 0.30 0.23 0 0.39 225.96 0.19 0.52
Hex 6D 78 9C 1E 17 0 27 E2 13 34
Octal 155 170 234 36 27 0 47 342 23 64
Binary 1101101 1111000 10011100 11110 10111 0 100111 11100010 10011 110100

Color Harmonies of #6D789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D789C

Black with #6D789C

Text Example


Text Example

White with #6D789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,120,156); }

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

background-color css

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

 a { background-color: rgb(109,120,156); }

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

border-color css

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

 span { border-color: rgb(109,120,156); }

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