Html Css Color HEX #636D84 Waikawa Grey

📋 copy color: '#636D84'

red 99 ◦ green 109 ◦ blue 132

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

Shades of Waikawa Grey #636D84

Tints of Waikawa Grey #636D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.06%

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

R = 29.12%
G = 32.06%
B = 38.82%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#636D84 (or 0x636D84) is known color: Waikawa Grey. HEX triplet: 63, 6D and 84. RGB value is (99,109,132). Sum of RGB (Red+Green+Blue) = 99+109+132=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #636D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636D84 is #9C927B. Grayscale: #6C6C6C. Windows color (decimal): -10261116 or 8678755. OLE color: 8678755.

HSL color Cylindrical-coordinate representation of color #636D84: hue angle of 221.82º 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 #636D84 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 109 132 -
CMYK 0.25 0.17 0 0.48
HSL 221.82º 0.14% 0.45% -
HSV(B) 221.82º 0.25% 0.52% -
XYZ 14.78 15.26 24 -
YUV 108.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 99 109 132 0.25 0.17 0 0.48 221.82 0.14 0.45
Hex 63 6D 84 19 11 0 30 DE E 2D
Octal 143 155 204 31 21 0 60 336 16 55
Binary 1100011 1101101 10000100 11001 10001 0 110000 11011110 1110 101101

Color Harmonies of #636D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636D84

Black with #636D84

Text Example


Text Example

White with #636D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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