Html Css Color HEX #63688A Waikawa Grey

📋 copy color: '#63688A'

red 99 ◦ green 104 ◦ blue 138

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

Shades of Waikawa Grey #63688A

Tints of Waikawa Grey #63688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 29.03%
G = 30.5%
B = 40.47%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#63688A (or 0x63688A) is known color: Waikawa Grey. HEX triplet: 63, 68 and 8A. RGB value is (99,104,138). Sum of RGB (Red+Green+Blue) = 99+104+138=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #63688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63688A is #9C9775. Grayscale: #6A6A6A. Windows color (decimal): -10262390 or 9070691. OLE color: 9070691.

HSL color Cylindrical-coordinate representation of color #63688A: hue angle of 232.31º 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 #63688A is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 104 138 -
CMYK 0.28 0.25 0 0.46
HSL 232.31º 0.16% 0.46% -
HSV(B) 232.31º 0.28% 0.54% -
XYZ 14.68 14.39 26.05 -
YUV 106.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 99 104 138 0.28 0.25 0 0.46 232.31 0.16 0.46
Hex 63 68 8A 1C 19 0 2E E8 10 2E
Octal 143 150 212 34 31 0 56 350 20 56
Binary 1100011 1101000 10001010 11100 11001 0 101110 11101000 10000 101110

Color Harmonies of #63688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63688A

Black with #63688A

Text Example


Text Example

White with #63688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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