#6D7694

Color #6D7694 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #6D7694

Tints of Waikawa Grey #6D7694

Color information

#6D7694 (or 0x6D7694) is unknown color: approx Waikawa Grey. HEX triplet: 6D, 76 and 94. RGB value is (109,118,148). Sum of RGB (Red+Green+Blue) = 109+118+148=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D7694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7694 is #92896B. Grayscale: #767676. Windows color (decimal): -9603436 or 9729645. OLE color: 9729645.

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

Color convert

RGB109118148-
CMYK0.260.2000.42
HSL226.15º15.42%50.39%-
HSV(B)226.15º26.35%58.04%-
XYZ18.1318.3530.6-
YUV118.73144.52121.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.07%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=29.07%
G=31.47%
B=39.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091181480.260.2000.42226.1515.4250.39
Hex6D76941A1402Ae2f32
Octal15516622432240523421762
Binary110110111101101001010011010101000101010111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,118,148); }

 H1.HeaderClassName
 {
   color: #6D7694;
 }
 .AnyTagClassName
 {
   color: #6D7694;
 }
</style>
background-color css

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

 a { background-color: rgb(109,118,148); }

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

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

 span { border-color: rgb(109,118,148); }

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