Html Css Color HEX #6C7492 Waikawa Grey

📋 copy color: '#6C7492'

red 108 ◦ green 116 ◦ blue 146

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

Shades of Waikawa Grey #6C7492

Tints of Waikawa Grey #6C7492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.46%

R = 29.19%
G = 31.35%
B = 39.46%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C7492 (or 0x6C7492) is known color: Waikawa Grey. HEX triplet: 6C, 74 and 92. RGB value is (108,116,146). Sum of RGB (Red+Green+Blue) = 108+116+146=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C7492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7492 is #938B6D. Grayscale: #747474. Windows color (decimal): -9669486 or 9598060. OLE color: 9598060.

HSL color Cylindrical-coordinate representation of color #6C7492: hue angle of 227.37º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C7492 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 116 146 -
CMYK 0.26 0.21 0 0.43
HSL 227.37º 0.15% 0.5% -
HSV(B) 227.37º 0.26% 0.57% -
XYZ 17.62 17.75 29.69 -
YUV 117.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 108 116 146 0.26 0.21 0 0.43 227.37 0.15 0.5
Hex 6C 74 92 1A 15 0 2B E3 F 32
Octal 154 164 222 32 25 0 53 343 17 62
Binary 1101100 1110100 10010010 11010 10101 0 101011 11100011 1111 110010

Color Harmonies of #6C7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7492

Black with #6C7492

Text Example


Text Example

White with #6C7492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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