#6B7398

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

Shades of Waikawa Grey #6B7398

Tints of Waikawa Grey #6B7398

Color information

#6B7398 (or 0x6B7398) is unknown color: approx Waikawa Grey. HEX triplet: 6B, 73 and 98. RGB value is (107,115,152). Sum of RGB (Red+Green+Blue) = 107+115+152=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B7398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7398 is #948C67. Grayscale: #747474. Windows color (decimal): -9735272 or 9991019. OLE color: 9991019.

HSL color Cylindrical-coordinate representation of color #6B7398: hue angle of 229.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B7398 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB107115152-
CMYK0.300.2400.40
HSL229.33º17.93%50.78%-
HSV(B)229.33º29.61%59.61%-
XYZ17.8617.6532.17-
YUV116.83147.85120.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.61%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=28.61%
G=30.75%
B=40.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1071151520.300.2400.40229.3317.9350.78
Hex6B73981E18028e51233
Octal15316323036300503452263
Binary1101011111001110011000111101100001010001110010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,115,152); }

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

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

 a { background-color: rgb(107,115,152); }

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

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

 span { border-color: rgb(107,115,152); }

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