Html Css Color HEX #6C769C Waikawa Grey

📋 copy color: '#6C769C'

red 108 ◦ green 118 ◦ blue 156

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

Shades of Waikawa Grey #6C769C

Tints of Waikawa Grey #6C769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

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

R = 28.27%
G = 30.89%
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

#6C769C (or 0x6C769C) is known color: Waikawa Grey. HEX triplet: 6C, 76 and 9C. RGB value is (108,118,156). Sum of RGB (Red+Green+Blue) = 108+118+156=382 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.27% from 382); Green value is 118 (46.48% from 255 or 30.89% 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 #6C769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C769C is #938963. Grayscale: #777777. Windows color (decimal): -9668964 or 10253932. OLE color: 10253932.

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

Color convert

RGB 108 118 156 -
CMYK 0.31 0.24 0 0.39
HSL 227.5º 0.2% 0.52% -
HSV(B) 227.5º 0.31% 0.61% -
XYZ 18.66 18.55 34.05 -
YUV 119.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 108 118 156 0.31 0.24 0 0.39 227.5 0.2 0.52
Hex 6C 76 9C 1F 18 0 27 E4 14 34
Octal 154 166 234 37 30 0 47 344 24 64
Binary 1101100 1110110 10011100 11111 11000 0 100111 11100100 10100 110100

Color Harmonies of #6C769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C769C

Black with #6C769C

Text Example


Text Example

White with #6C769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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