Html Css Color HEX #636983 Waikawa Grey

📋 copy color: '#636983'

red 99 ◦ green 105 ◦ blue 131

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

Shades of Waikawa Grey #636983

Tints of Waikawa Grey #636983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.34%

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 29.55%
G = 31.34%
B = 39.1%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#636983 (or 0x636983) is known color: Waikawa Grey. HEX triplet: 63, 69 and 83. RGB value is (99,105,131). Sum of RGB (Red+Green+Blue) = 99+105+131=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #636983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636983 is #9C967C. Grayscale: #6A6A6A. Windows color (decimal): -10262141 or 8612195. OLE color: 8612195.

HSL color Cylindrical-coordinate representation of color #636983: hue angle of 228.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #636983 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 105 131 -
CMYK 0.24 0.20 0 0.49
HSL 228.75º 0.14% 0.45% -
HSV(B) 228.75º 0.24% 0.51% -
XYZ 14.29 14.39 23.5 -
YUV 106.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 99 105 131 0.24 0.20 0 0.49 228.75 0.14 0.45
Hex 63 69 83 18 14 0 31 E5 E 2D
Octal 143 151 203 30 24 0 61 345 16 55
Binary 1100011 1101001 10000011 11000 10100 0 110001 11100101 1110 101101

Color Harmonies of #636983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636983

Black with #636983

Text Example


Text Example

White with #636983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636983; }

 p { color: rgb(99,105,131); }

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

background-color css

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

 a { background-color: rgb(99,105,131); }

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

border-color css

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

 span { border-color: rgb(99,105,131); }

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