Html Css Color HEX #636984 Waikawa Grey

📋 copy color: '#636984'

red 99 ◦ green 105 ◦ blue 132

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

Shades of Waikawa Grey #636984

Tints of Waikawa Grey #636984

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 132 (51.95% from 255) = 39.29%

R = 29.46%
G = 31.25%
B = 39.29%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#636984 (or 0x636984) is known color: Waikawa Grey. HEX triplet: 63, 69 and 84. RGB value is (99,105,132). Sum of RGB (Red+Green+Blue) = 99+105+132=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #636984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636984 is #9C967B. Grayscale: #6A6A6A. Windows color (decimal): -10262140 or 8677731. OLE color: 8677731.

HSL color Cylindrical-coordinate representation of color #636984: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #636984 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 105 132 -
CMYK 0.25 0.20 0 0.48
HSL 229.09º 0.14% 0.45% -
HSV(B) 229.09º 0.25% 0.52% -
XYZ 14.36 14.42 23.86 -
YUV 106.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 99 105 132 0.25 0.20 0 0.48 229.09 0.14 0.45
Hex 63 69 84 19 14 0 30 E5 E 2D
Octal 143 151 204 31 24 0 60 345 16 55
Binary 1100011 1101001 10000100 11001 10100 0 110000 11100101 1110 101101

Color Harmonies of #636984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636984

Black with #636984

Text Example


Text Example

White with #636984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636984; }

 p { color: rgb(99,105,132); }

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

background-color css

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

 a { background-color: rgb(99,105,132); }

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

border-color css

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

 span { border-color: rgb(99,105,132); }

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