Html Css Color HEX #6C749B Waikawa Grey

📋 copy color: '#6C749B'

red 108 ◦ green 116 ◦ blue 155

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

Shades of Waikawa Grey #6C749B

Tints of Waikawa Grey #6C749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 28.5%
G = 30.61%
B = 40.9%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C749B (or 0x6C749B) is known color: Waikawa Grey. HEX triplet: 6C, 74 and 9B. RGB value is (108,116,155). Sum of RGB (Red+Green+Blue) = 108+116+155=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C749B is #938B64. Grayscale: #757575. Windows color (decimal): -9669477 or 10187884. OLE color: 10187884.

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

Color convert

RGB 108 116 155 -
CMYK 0.30 0.25 0 0.39
HSL 229.79º 0.19% 0.52% -
HSV(B) 229.79º 0.3% 0.61% -
XYZ 18.35 18.05 33.53 -
YUV 118.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 108 116 155 0.30 0.25 0 0.39 229.79 0.19 0.52
Hex 6C 74 9B 1E 19 0 27 E6 13 34
Octal 154 164 233 36 31 0 47 346 23 64
Binary 1101100 1110100 10011011 11110 11001 0 100111 11100110 10011 110100

Color Harmonies of #6C749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C749B

Black with #6C749B

Text Example


Text Example

White with #6C749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,116,155); }

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

background-color css

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

 a { background-color: rgb(108,116,155); }

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

border-color css

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

 span { border-color: rgb(108,116,155); }

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