#6B7297

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

Shades of Waikawa Grey #6B7297

Tints of Waikawa Grey #6B7297

Color information

#6B7297 (or 0x6B7297) is unknown color: approx Waikawa Grey. HEX triplet: 6B, 72 and 97. RGB value is (107,114,151). Sum of RGB (Red+Green+Blue) = 107+114+151=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B7297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7297 is #948D68. Grayscale: #737373. Windows color (decimal): -9735529 or 9925227. OLE color: 9925227.

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

Color convert

RGB107114151-
CMYK0.290.2500.41
HSL230.45º17.46%50.59%-
HSV(B)230.45º29.14%59.22%-
XYZ17.6717.3931.7-
YUV116.12147.68121.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.76%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=28.76%
G=30.65%
B=40.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1071141510.290.2500.41230.4517.4650.59
Hex6B72971D19029e61133
Octal15316222735310513462163
Binary1101011111001010010111111011100101010011110011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,114,151); }

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

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

 a { background-color: rgb(107,114,151); }

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

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

 span { border-color: rgb(107,114,151); }

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