Html Css Color HEX #636E94 Waikawa Grey

📋 copy color: '#636E94'

red 99 ◦ green 110 ◦ blue 148

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

Shades of Waikawa Grey #636E94

Tints of Waikawa Grey #636E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.46%

R = 27.73%
G = 30.81%
B = 41.46%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#636E94 (or 0x636E94) is known color: Waikawa Grey. HEX triplet: 63, 6E and 94. RGB value is (99,110,148). Sum of RGB (Red+Green+Blue) = 99+110+148=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #636E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636E94 is #9C916B. Grayscale: #6E6E6E. Windows color (decimal): -10260844 or 9727587. OLE color: 9727587.

HSL color Cylindrical-coordinate representation of color #636E94: hue angle of 226.53º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #636E94 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 110 148 -
CMYK 0.33 0.26 0 0.42
HSL 226.53º 0.2% 0.48% -
HSV(B) 226.53º 0.33% 0.58% -
XYZ 16.07 15.94 30.25 -
YUV 111.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 99 110 148 0.33 0.26 0 0.42 226.53 0.2 0.48
Hex 63 6E 94 21 1A 0 2A E3 14 30
Octal 143 156 224 41 32 0 52 343 24 60
Binary 1100011 1101110 10010100 100001 11010 0 101010 11100011 10100 110000

Color Harmonies of #636E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636E94

Black with #636E94

Text Example


Text Example

White with #636E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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