Html Css Color HEX #63688E Waikawa Grey

📋 copy color: '#63688E'

red 99 ◦ green 104 ◦ blue 142

#63688E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #63688E

Tints of Waikawa Grey #63688E

RGB

 RED value IS 99 (39.06% from 255) = 28.7%

 GREEN value IS 104 (41.02% from 255) = 30.14%

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 28.7%
G = 30.14%
B = 41.16%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63688E (or 0x63688E) is known color: Waikawa Grey. HEX triplet: 63, 68 and 8E. RGB value is (99,104,142). Sum of RGB (Red+Green+Blue) = 99+104+142=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #63688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63688E is #9C9771. Grayscale: #6A6A6A. Windows color (decimal): -10262386 or 9332835. OLE color: 9332835.

HSL color Cylindrical-coordinate representation of color #63688E: hue angle of 233.02º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63688E is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 104 142 -
CMYK 0.30 0.27 0 0.44
HSL 233.02º 0.18% 0.47% -
HSV(B) 233.02º 0.3% 0.56% -
XYZ 14.98 14.51 27.6 -
YUV 106.84 147.84 122.41 -
System Red Green Blue C M Y K H S L
Decimal 99 104 142 0.30 0.27 0 0.44 233.02 0.18 0.47
Hex 63 68 8E 1E 1B 0 2C E9 12 2F
Octal 143 150 216 36 33 0 54 351 22 57
Binary 1100011 1101000 10001110 11110 11011 0 101100 11101001 10010 101111

Color Harmonies of #63688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63688E

Black with #63688E

Text Example


Text Example

White with #63688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63688E; }

 p { color: rgb(99,104,142); }

 H1.HeaderClassName
 {
   color: #63688E;
 }
 .AnyTagClassName
 {
   color: #63688E;
 }
</style>

background-color css

<style>
 a { background-color: #63688E; }

 a { background-color: rgb(99,104,142); }

 div.DivClassName
 {
   background-color: #63688E;
 }
 .BgClassName
 {
   background-color: #63688E;
 }
</style>

border-color css

<style>
 span { border-color: #63688E; }

 span { border-color: rgb(99,104,142); }

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