Html Css Color HEX #627695 Waikawa Grey

📋 copy color: '#627695'

red 98 ◦ green 118 ◦ blue 149

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

Shades of Waikawa Grey #627695

Tints of Waikawa Grey #627695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

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

R = 26.85%
G = 32.33%
B = 40.82%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627695 (or 0x627695) is known color: Waikawa Grey. HEX triplet: 62, 76 and 95. RGB value is (98,118,149). Sum of RGB (Red+Green+Blue) = 98+118+149=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #627695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627695 is #9D896A. Grayscale: #737373. Windows color (decimal): -10324331 or 9795170. OLE color: 9795170.

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

Color convert

RGB 98 118 149 -
CMYK 0.34 0.21 0 0.42
HSL 216.47º 0.21% 0.48% -
HSV(B) 216.47º 0.34% 0.58% -
XYZ 16.94 17.72 30.96 -
YUV 115.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 98 118 149 0.34 0.21 0 0.42 216.47 0.21 0.48
Hex 62 76 95 22 15 0 2A D8 15 30
Octal 142 166 225 42 25 0 52 330 25 60
Binary 1100010 1110110 10010101 100010 10101 0 101010 11011000 10101 110000

Color Harmonies of #627695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627695

Black with #627695

Text Example


Text Example

White with #627695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627695; }

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

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

background-color css

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

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

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

border-color css

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

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

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