Html Css Color HEX #6C789C Waikawa Grey

📋 copy color: '#6C789C'

red 108 ◦ green 120 ◦ blue 156

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

Shades of Waikawa Grey #6C789C

Tints of Waikawa Grey #6C789C

RGB

 RED value IS 108 (42.58% from 255) = 28.13%

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

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

R = 28.13%
G = 31.25%
B = 40.63%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C789C (or 0x6C789C) is known color: Waikawa Grey. HEX triplet: 6C, 78 and 9C. RGB value is (108,120,156). Sum of RGB (Red+Green+Blue) = 108+120+156=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C789C is #938763. Grayscale: #787878. Windows color (decimal): -9668452 or 10254444. OLE color: 10254444.

HSL color Cylindrical-coordinate representation of color #6C789C: hue angle of 225º 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 #6C789C is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 120 156 -
CMYK 0.31 0.23 0 0.39
HSL 225º 0.2% 0.52% -
HSV(B) 225º 0.31% 0.61% -
XYZ 18.9 19.02 34.13 -
YUV 120.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 108 120 156 0.31 0.23 0 0.39 225 0.2 0.52
Hex 6C 78 9C 1F 17 0 27 E1 14 34
Octal 154 170 234 37 27 0 47 341 24 64
Binary 1101100 1111000 10011100 11111 10111 0 100111 11100001 10100 110100

Color Harmonies of #6C789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C789C

Black with #6C789C

Text Example


Text Example

White with #6C789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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