Html Css Color HEX #636D8B Waikawa Grey

📋 copy color: '#636D8B'

red 99 ◦ green 109 ◦ blue 139

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

Shades of Waikawa Grey #636D8B

Tints of Waikawa Grey #636D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 28.53%
G = 31.41%
B = 40.06%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#636D8B (or 0x636D8B) is known color: Waikawa Grey. HEX triplet: 63, 6D and 8B. RGB value is (99,109,139). Sum of RGB (Red+Green+Blue) = 99+109+139=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #636D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636D8B is #9C9274. Grayscale: #6D6D6D. Windows color (decimal): -10261109 or 9137507. OLE color: 9137507.

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

Color convert

RGB 99 109 139 -
CMYK 0.29 0.22 0 0.45
HSL 225º 0.17% 0.47% -
HSV(B) 225º 0.29% 0.55% -
XYZ 15.27 15.45 26.6 -
YUV 109.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 99 109 139 0.29 0.22 0 0.45 225 0.17 0.47
Hex 63 6D 8B 1D 16 0 2D E1 11 2F
Octal 143 155 213 35 26 0 55 341 21 57
Binary 1100011 1101101 10001011 11101 10110 0 101101 11100001 10001 101111

Color Harmonies of #636D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636D8B

Black with #636D8B

Text Example


Text Example

White with #636D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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