Html Css Color HEX #627495 Waikawa Grey

📋 copy color: '#627495'

red 98 ◦ green 116 ◦ blue 149

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

Shades of Waikawa Grey #627495

Tints of Waikawa Grey #627495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

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

R = 27%
G = 31.96%
B = 41.05%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627495 (or 0x627495) is known color: Waikawa Grey. HEX triplet: 62, 74 and 95. RGB value is (98,116,149). Sum of RGB (Red+Green+Blue) = 98+116+149=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #627495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627495 is #9D8B6A. Grayscale: #727272. Windows color (decimal): -10324843 or 9794658. OLE color: 9794658.

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

Color convert

RGB 98 116 149 -
CMYK 0.34 0.22 0 0.42
HSL 218.82º 0.21% 0.48% -
HSV(B) 218.82º 0.34% 0.58% -
XYZ 16.71 17.26 30.88 -
YUV 114.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 98 116 149 0.34 0.22 0 0.42 218.82 0.21 0.48
Hex 62 74 95 22 16 0 2A DB 15 30
Octal 142 164 225 42 26 0 52 333 25 60
Binary 1100010 1110100 10010101 100010 10110 0 101010 11011011 10101 110000

Color Harmonies of #627495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627495

Black with #627495

Text Example


Text Example

White with #627495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627495; }

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

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

background-color css

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

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

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

border-color css

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

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

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