Html Css Color HEX #636E8A Waikawa Grey

📋 copy color: '#636E8A'

red 99 ◦ green 110 ◦ blue 138

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

Shades of Waikawa Grey #636E8A

Tints of Waikawa Grey #636E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.7%

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

R = 28.53%
G = 31.7%
B = 39.77%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#636E8A (or 0x636E8A) is known color: Waikawa Grey. HEX triplet: 63, 6E and 8A. RGB value is (99,110,138). Sum of RGB (Red+Green+Blue) = 99+110+138=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #636E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636E8A is #9C9175. Grayscale: #6D6D6D. Windows color (decimal): -10260854 or 9072227. OLE color: 9072227.

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

Color convert

RGB 99 110 138 -
CMYK 0.28 0.20 0 0.46
HSL 223.08º 0.16% 0.46% -
HSV(B) 223.08º 0.28% 0.54% -
XYZ 15.31 15.64 26.26 -
YUV 109.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 99 110 138 0.28 0.20 0 0.46 223.08 0.16 0.46
Hex 63 6E 8A 1C 14 0 2E DF 10 2E
Octal 143 156 212 34 24 0 56 337 20 56
Binary 1100011 1101110 10001010 11100 10100 0 101110 11011111 10000 101110

Color Harmonies of #636E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636E8A

Black with #636E8A

Text Example


Text Example

White with #636E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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