Html Css Color HEX #636B8E Waikawa Grey

📋 copy color: '#636B8E'

red 99 ◦ green 107 ◦ blue 142

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

Shades of Waikawa Grey #636B8E

Tints of Waikawa Grey #636B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

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

R = 28.45%
G = 30.75%
B = 40.8%

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

#636B8E (or 0x636B8E) is known color: Waikawa Grey. HEX triplet: 63, 6B and 8E. RGB value is (99,107,142). Sum of RGB (Red+Green+Blue) = 99+107+142=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #636B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636B8E is #9C9471. Grayscale: #6C6C6C. Windows color (decimal): -10261618 or 9333603. OLE color: 9333603.

HSL color Cylindrical-coordinate representation of color #636B8E: hue angle of 228.84º 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 #636B8E is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 107 142 -
CMYK 0.30 0.25 0 0.44
HSL 228.84º 0.18% 0.47% -
HSV(B) 228.84º 0.3% 0.56% -
XYZ 15.29 15.12 27.7 -
YUV 108.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 99 107 142 0.30 0.25 0 0.44 228.84 0.18 0.47
Hex 63 6B 8E 1E 19 0 2C E5 12 2F
Octal 143 153 216 36 31 0 54 345 22 57
Binary 1100011 1101011 10001110 11110 11001 0 101100 11100101 10010 101111

Color Harmonies of #636B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636B8E

Black with #636B8E

Text Example


Text Example

White with #636B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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