Html Css Color HEX #637293 Waikawa Grey

📋 copy color: '#637293'

red 99 ◦ green 114 ◦ blue 147

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

Shades of Waikawa Grey #637293

Tints of Waikawa Grey #637293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 27.5%
G = 31.67%
B = 40.83%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#637293 (or 0x637293) is known color: Waikawa Grey. HEX triplet: 63, 72 and 93. RGB value is (99,114,147). Sum of RGB (Red+Green+Blue) = 99+114+147=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #637293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637293 is #9C8D6C. Grayscale: #717171. Windows color (decimal): -10259821 or 9663075. OLE color: 9663075.

HSL color Cylindrical-coordinate representation of color #637293: hue angle of 221.25º 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 #637293 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 114 147 -
CMYK 0.33 0.22 0 0.42
HSL 221.25º 0.2% 0.48% -
HSV(B) 221.25º 0.33% 0.58% -
XYZ 16.43 16.79 29.98 -
YUV 113.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 99 114 147 0.33 0.22 0 0.42 221.25 0.2 0.48
Hex 63 72 93 21 16 0 2A DD 14 30
Octal 143 162 223 41 26 0 52 335 24 60
Binary 1100011 1110010 10010011 100001 10110 0 101010 11011101 10100 110000

Color Harmonies of #637293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637293

Black with #637293

Text Example


Text Example

White with #637293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637293; }

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

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

background-color css

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

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

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

border-color css

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

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

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