Html Css Color HEX #637085 Waikawa Grey

📋 copy color: '#637085'

red 99 ◦ green 112 ◦ blue 133

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

Shades of Waikawa Grey #637085

Tints of Waikawa Grey #637085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 28.78%
G = 32.56%
B = 38.66%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#637085 (or 0x637085) is known color: Waikawa Grey. HEX triplet: 63, 70 and 85. RGB value is (99,112,133). Sum of RGB (Red+Green+Blue) = 99+112+133=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #637085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637085 is #9C8F7A. Grayscale: #6E6E6E. Windows color (decimal): -10260347 or 8745059. OLE color: 8745059.

HSL color Cylindrical-coordinate representation of color #637085: hue angle of 217.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #637085 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 112 133 -
CMYK 0.26 0.16 0 0.48
HSL 217.06º 0.15% 0.45% -
HSV(B) 217.06º 0.26% 0.52% -
XYZ 15.17 15.93 24.47 -
YUV 110.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 99 112 133 0.26 0.16 0 0.48 217.06 0.15 0.45
Hex 63 70 85 1A 10 0 30 D9 F 2D
Octal 143 160 205 32 20 0 60 331 17 55
Binary 1100011 1110000 10000101 11010 10000 0 110000 11011001 1111 101101

Color Harmonies of #637085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637085

Black with #637085

Text Example


Text Example

White with #637085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637085; }

 p { color: rgb(99,112,133); }

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

background-color css

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

 a { background-color: rgb(99,112,133); }

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

border-color css

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

 span { border-color: rgb(99,112,133); }

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