Html Css Color HEX #636F8D Waikawa Grey

📋 copy color: '#636F8D'

red 99 ◦ green 111 ◦ blue 141

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

Shades of Waikawa Grey #636F8D

Tints of Waikawa Grey #636F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 28.21%
G = 31.62%
B = 40.17%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#636F8D (or 0x636F8D) is known color: Waikawa Grey. HEX triplet: 63, 6F and 8D. RGB value is (99,111,141). Sum of RGB (Red+Green+Blue) = 99+111+141=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #636F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636F8D is #9C9072. Grayscale: #6E6E6E. Windows color (decimal): -10260595 or 9269091. OLE color: 9269091.

HSL color Cylindrical-coordinate representation of color #636F8D: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #636F8D is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 111 141 -
CMYK 0.30 0.21 0 0.45
HSL 222.86º 0.18% 0.47% -
HSV(B) 222.86º 0.3% 0.55% -
XYZ 15.64 15.94 27.45 -
YUV 110.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 99 111 141 0.30 0.21 0 0.45 222.86 0.18 0.47
Hex 63 6F 8D 1E 15 0 2D DF 12 2F
Octal 143 157 215 36 25 0 55 337 22 57
Binary 1100011 1101111 10001101 11110 10101 0 101101 11011111 10010 101111

Color Harmonies of #636F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636F8D

Black with #636F8D

Text Example


Text Example

White with #636F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,111,141); }

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

background-color css

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

 a { background-color: rgb(99,111,141); }

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

border-color css

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

 span { border-color: rgb(99,111,141); }

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