Html Css Color HEX #636981 Waikawa Grey

📋 copy color: '#636981'

red 99 ◦ green 105 ◦ blue 129

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

Shades of Waikawa Grey #636981

Tints of Waikawa Grey #636981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.74%

R = 29.73%
G = 31.53%
B = 38.74%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#636981 (or 0x636981) is known color: Waikawa Grey. HEX triplet: 63, 69 and 81. RGB value is (99,105,129). Sum of RGB (Red+Green+Blue) = 99+105+129=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #636981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636981 is #9C967E. Grayscale: #696969. Windows color (decimal): -10262143 or 8481123. OLE color: 8481123.

HSL color Cylindrical-coordinate representation of color #636981: hue angle of 228º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #636981 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 105 129 -
CMYK 0.23 0.19 0 0.49
HSL 228º 0.13% 0.45% -
HSV(B) 228º 0.23% 0.51% -
XYZ 14.16 14.34 22.79 -
YUV 105.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 99 105 129 0.23 0.19 0 0.49 228 0.13 0.45
Hex 63 69 81 17 13 0 31 E4 D 2D
Octal 143 151 201 27 23 0 61 344 15 55
Binary 1100011 1101001 10000001 10111 10011 0 110001 11100100 1101 101101

Color Harmonies of #636981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636981

Black with #636981

Text Example


Text Example

White with #636981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636981; }

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

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

background-color css

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

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

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

border-color css

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

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

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