#6376A4

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

Shades of Waikawa Grey #6376A4

Tints of Waikawa Grey #6376A4

Color information

#6376A4 (or 0x6376A4) is unknown color: approx Waikawa Grey. HEX triplet: 63, 76 and A4. RGB value is (99,118,164). Sum of RGB (Red+Green+Blue) = 99+118+164=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 164 - color contains mainly: blue. Hex color #6376A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6376A4 is #9C895B. Grayscale: #757575. Windows color (decimal): -10258780 or 10778211. OLE color: 10778211.

HSL color Cylindrical-coordinate representation of color #6376A4: hue angle of 222.46º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6376A4 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB99118164-
CMYK0.400.2800.36
HSL222.46º26.32%51.57%-
HSV(B)222.46º39.63%64.31%-
XYZ18.3218.2937.69-
YUV117.56154.21114.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.98%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 164 (64.45% from 255) = 43.04%
R=25.98%
G=30.97%
B=43.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991181640.400.2800.36222.4626.3251.57
Hex6376A4281C024de1a34
Octal14316624450340443363264
Binary11000111110110101001001010001110001001001101111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6376A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6376A4; }

 p { color: rgb(99,118,164); }

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

<style>
 a { background-color: #6376A4; }

 a { background-color: rgb(99,118,164); }

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

<style>
 span { border-color: #6376A4; }

 span { border-color: rgb(99,118,164); }

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