Html Css Color HEX #6C7196 Waikawa Grey

📋 copy color: '#6C7196'

red 108 ◦ green 113 ◦ blue 150

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

Shades of Waikawa Grey #6C7196

Tints of Waikawa Grey #6C7196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 29.11%
G = 30.46%
B = 40.43%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C7196 (or 0x6C7196) is known color: Waikawa Grey. HEX triplet: 6C, 71 and 96. RGB value is (108,113,150). Sum of RGB (Red+Green+Blue) = 108+113+150=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C7196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7196 is #938E69. Grayscale: #737373. Windows color (decimal): -9670250 or 9859436. OLE color: 9859436.

HSL color Cylindrical-coordinate representation of color #6C7196: hue angle of 232.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C7196 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 113 150 -
CMYK 0.28 0.25 0 0.41
HSL 232.86º 0.17% 0.51% -
HSV(B) 232.86º 0.28% 0.59% -
XYZ 17.59 17.2 31.25 -
YUV 115.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 108 113 150 0.28 0.25 0 0.41 232.86 0.17 0.51
Hex 6C 71 96 1C 19 0 29 E9 11 33
Octal 154 161 226 34 31 0 51 351 21 63
Binary 1101100 1110001 10010110 11100 11001 0 101001 11101001 10001 110011

Color Harmonies of #6C7196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7196

Black with #6C7196

Text Example


Text Example

White with #6C7196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,113,150); }

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

background-color css

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

 a { background-color: rgb(108,113,150); }

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

border-color css

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

 span { border-color: rgb(108,113,150); }

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