Html Css Color HEX #627095 Waikawa Grey

📋 copy color: '#627095'

red 98 ◦ green 112 ◦ blue 149

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

Shades of Waikawa Grey #627095

Tints of Waikawa Grey #627095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

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

R = 27.3%
G = 31.2%
B = 41.5%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627095 (or 0x627095) is known color: Waikawa Grey. HEX triplet: 62, 70 and 95. RGB value is (98,112,149). Sum of RGB (Red+Green+Blue) = 98+112+149=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #627095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627095 is #9D8F6A. Grayscale: #6F6F6F. Windows color (decimal): -10325867 or 9793634. OLE color: 9793634.

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

Color convert

RGB 98 112 149 -
CMYK 0.34 0.25 0 0.42
HSL 223.53º 0.21% 0.48% -
HSV(B) 223.53º 0.34% 0.58% -
XYZ 16.26 16.35 30.73 -
YUV 112.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 98 112 149 0.34 0.25 0 0.42 223.53 0.21 0.48
Hex 62 70 95 22 19 0 2A E0 15 30
Octal 142 160 225 42 31 0 52 340 25 60
Binary 1100010 1110000 10010101 100010 11001 0 101010 11100000 10101 110000

Color Harmonies of #627095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627095

Black with #627095

Text Example


Text Example

White with #627095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627095; }

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

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

background-color css

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

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

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

border-color css

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

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

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