Html Css Color HEX #627395 Waikawa Grey

📋 copy color: '#627395'

red 98 ◦ green 115 ◦ blue 149

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

Shades of Waikawa Grey #627395

Tints of Waikawa Grey #627395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 27.07%
G = 31.77%
B = 41.16%

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

#627395 (or 0x627395) is known color: Waikawa Grey. HEX triplet: 62, 73 and 95. RGB value is (98,115,149). Sum of RGB (Red+Green+Blue) = 98+115+149=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #627395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627395 is #9D8C6A. Grayscale: #717171. Windows color (decimal): -10325099 or 9794402. OLE color: 9794402.

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

Color convert

RGB 98 115 149 -
CMYK 0.34 0.23 0 0.42
HSL 220º 0.21% 0.48% -
HSV(B) 220º 0.34% 0.58% -
XYZ 16.59 17.03 30.85 -
YUV 113.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 98 115 149 0.34 0.23 0 0.42 220 0.21 0.48
Hex 62 73 95 22 17 0 2A DC 15 30
Octal 142 163 225 42 27 0 52 334 25 60
Binary 1100010 1110011 10010101 100010 10111 0 101010 11011100 10101 110000

Color Harmonies of #627395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627395

Black with #627395

Text Example


Text Example

White with #627395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627395; }

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

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

background-color css

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

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

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

border-color css

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

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

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