#63678A

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

Shades of Waikawa Grey #63678A

Tints of Waikawa Grey #63678A

Color information

#63678A (or 0x63678A) is unknown color: approx Waikawa Grey. HEX triplet: 63, 67 and 8A. RGB value is (99,103,138). Sum of RGB (Red+Green+Blue) = 99+103+138=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #63678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63678A is #9C9875. Grayscale: #696969. Windows color (decimal): -10262646 or 9070435. OLE color: 9070435.

HSL color Cylindrical-coordinate representation of color #63678A: hue angle of 233.85º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63678A is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB99103138-
CMYK0.280.2500.46
HSL233.85º16.46%46.47%-
HSV(B)233.85º28.26%54.12%-
XYZ14.5814.1926.01-
YUV105.79146.17123.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=29.12%
G=30.29%
B=40.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991031380.280.2500.46233.8516.4646.47
Hex63678A1C1902Eea102e
Octal14314721234310563522056
Binary1100011110011110001010111001100101011101110101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63678A; }

 p { color: rgb(99,103,138); }

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

<style>
 a { background-color: #63678A; }

 a { background-color: rgb(99,103,138); }

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

<style>
 span { border-color: #63678A; }

 span { border-color: rgb(99,103,138); }

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