Html Css Color HEX #637292 Waikawa Grey

📋 copy color: '#637292'

red 99 ◦ green 114 ◦ blue 146

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

Shades of Waikawa Grey #637292

Tints of Waikawa Grey #637292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 27.58%
G = 31.75%
B = 40.67%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#637292 (or 0x637292) is known color: Waikawa Grey. HEX triplet: 63, 72 and 92. RGB value is (99,114,146). Sum of RGB (Red+Green+Blue) = 99+114+146=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #637292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637292 is #9C8D6D. Grayscale: #717171. Windows color (decimal): -10259822 or 9597539. OLE color: 9597539.

HSL color Cylindrical-coordinate representation of color #637292: hue angle of 220.85º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #637292 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 114 146 -
CMYK 0.32 0.22 0 0.43
HSL 220.85º 0.19% 0.48% -
HSV(B) 220.85º 0.32% 0.57% -
XYZ 16.35 16.76 29.57 -
YUV 113.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 99 114 146 0.32 0.22 0 0.43 220.85 0.19 0.48
Hex 63 72 92 20 16 0 2B DD 13 30
Octal 143 162 222 40 26 0 53 335 23 60
Binary 1100011 1110010 10010010 100000 10110 0 101011 11011101 10011 110000

Color Harmonies of #637292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637292

Black with #637292

Text Example


Text Example

White with #637292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637292; }

 p { color: rgb(99,114,146); }

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

background-color css

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

 a { background-color: rgb(99,114,146); }

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

border-color css

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

 span { border-color: rgb(99,114,146); }

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