Html Css Color HEX #627295 Waikawa Grey

📋 copy color: '#627295'

red 98 ◦ green 114 ◦ blue 149

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

Shades of Waikawa Grey #627295

Tints of Waikawa Grey #627295

RGB

 RED value IS 98 (38.67% from 255) = 27.15%

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

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

R = 27.15%
G = 31.58%
B = 41.27%

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

#627295 (or 0x627295) is known color: Waikawa Grey. HEX triplet: 62, 72 and 95. RGB value is (98,114,149). Sum of RGB (Red+Green+Blue) = 98+114+149=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #627295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627295 is #9D8D6A. Grayscale: #717171. Windows color (decimal): -10325355 or 9794146. OLE color: 9794146.

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

Color convert

RGB 98 114 149 -
CMYK 0.34 0.23 0 0.42
HSL 221.18º 0.21% 0.48% -
HSV(B) 221.18º 0.34% 0.58% -
XYZ 16.48 16.8 30.81 -
YUV 113.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 98 114 149 0.34 0.23 0 0.42 221.18 0.21 0.48
Hex 62 72 95 22 17 0 2A DD 15 30
Octal 142 162 225 42 27 0 52 335 25 60
Binary 1100010 1110010 10010101 100010 10111 0 101010 11011101 10101 110000

Color Harmonies of #627295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627295

Black with #627295

Text Example


Text Example

White with #627295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627295; }

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

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

background-color css

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

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

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

border-color css

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

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

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