Html Css Color HEX #636A8E Waikawa Grey

📋 copy color: '#636A8E'

red 99 ◦ green 106 ◦ blue 142

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

Shades of Waikawa Grey #636A8E

Tints of Waikawa Grey #636A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 28.53%
G = 30.55%
B = 40.92%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#636A8E (or 0x636A8E) is known color: Waikawa Grey. HEX triplet: 63, 6A and 8E. RGB value is (99,106,142). Sum of RGB (Red+Green+Blue) = 99+106+142=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #636A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636A8E is #9C9571. Grayscale: #6B6B6B. Windows color (decimal): -10261874 or 9333347. OLE color: 9333347.

HSL color Cylindrical-coordinate representation of color #636A8E: hue angle of 230.23º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #636A8E is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 106 142 -
CMYK 0.30 0.25 0 0.44
HSL 230.23º 0.18% 0.47% -
HSV(B) 230.23º 0.3% 0.56% -
XYZ 15.18 14.91 27.67 -
YUV 108.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 99 106 142 0.30 0.25 0 0.44 230.23 0.18 0.47
Hex 63 6A 8E 1E 19 0 2C E6 12 2F
Octal 143 152 216 36 31 0 54 346 22 57
Binary 1100011 1101010 10001110 11110 11001 0 101100 11100110 10010 101111

Color Harmonies of #636A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636A8E

Black with #636A8E

Text Example


Text Example

White with #636A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,106,142); }

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

background-color css

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

 a { background-color: rgb(99,106,142); }

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

border-color css

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

 span { border-color: rgb(99,106,142); }

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