Html Css Color HEX #627795 Waikawa Grey

📋 copy color: '#627795'

red 98 ◦ green 119 ◦ blue 149

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

Shades of Waikawa Grey #627795

Tints of Waikawa Grey #627795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 26.78%
G = 32.51%
B = 40.71%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627795 (or 0x627795) is known color: Waikawa Grey. HEX triplet: 62, 77 and 95. RGB value is (98,119,149). Sum of RGB (Red+Green+Blue) = 98+119+149=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #627795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627795 is #9D886A. Grayscale: #737373. Windows color (decimal): -10324075 or 9795426. OLE color: 9795426.

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

Color convert

RGB 98 119 149 -
CMYK 0.34 0.20 0 0.42
HSL 215.29º 0.21% 0.48% -
HSV(B) 215.29º 0.34% 0.58% -
XYZ 17.06 17.96 31 -
YUV 116.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 98 119 149 0.34 0.20 0 0.42 215.29 0.21 0.48
Hex 62 77 95 22 14 0 2A D7 15 30
Octal 142 167 225 42 24 0 52 327 25 60
Binary 1100010 1110111 10010101 100010 10100 0 101010 11010111 10101 110000

Color Harmonies of #627795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627795

Black with #627795

Text Example


Text Example

White with #627795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627795; }

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

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

background-color css

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

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

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

border-color css

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

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

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