Html Css Color HEX #637295 Waikawa Grey

📋 copy color: '#637295'

red 99 ◦ green 114 ◦ blue 149

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

Shades of Waikawa Grey #637295

Tints of Waikawa Grey #637295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 27.35%
G = 31.49%
B = 41.16%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#637295 (or 0x637295) is known color: Waikawa Grey. HEX triplet: 63, 72 and 95. RGB value is (99,114,149). Sum of RGB (Red+Green+Blue) = 99+114+149=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #637295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637295 is #9C8D6A. Grayscale: #717171. Windows color (decimal): -10259819 or 9794147. OLE color: 9794147.

HSL color Cylindrical-coordinate representation of color #637295: hue angle of 222º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #637295 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 114 149 -
CMYK 0.34 0.23 0 0.42
HSL 222º 0.2% 0.49% -
HSV(B) 222º 0.34% 0.58% -
XYZ 16.59 16.86 30.81 -
YUV 113.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 99 114 149 0.34 0.23 0 0.42 222 0.2 0.49
Hex 63 72 95 22 17 0 2A DE 14 31
Octal 143 162 225 42 27 0 52 336 24 61
Binary 1100011 1110010 10010101 100010 10111 0 101010 11011110 10100 110001

Color Harmonies of #637295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637295

Black with #637295

Text Example


Text Example

White with #637295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637295; }

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

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

background-color css

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

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

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

border-color css

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

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

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