Html Css Color HEX #627592 Waikawa Grey

📋 copy color: '#627592'

red 98 ◦ green 117 ◦ blue 146

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

Shades of Waikawa Grey #627592

Tints of Waikawa Grey #627592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 27.15%
G = 32.41%
B = 40.44%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#627592 (or 0x627592) is known color: Waikawa Grey. HEX triplet: 62, 75 and 92. RGB value is (98,117,146). Sum of RGB (Red+Green+Blue) = 98+117+146=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #627592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627592 is #9D8A6D. Grayscale: #727272. Windows color (decimal): -10324590 or 9598306. OLE color: 9598306.

HSL color Cylindrical-coordinate representation of color #627592: hue angle of 216.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #627592 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 117 146 -
CMYK 0.33 0.20 0 0.43
HSL 216.25º 0.2% 0.48% -
HSV(B) 216.25º 0.33% 0.57% -
XYZ 16.59 17.39 29.68 -
YUV 114.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 98 117 146 0.33 0.20 0 0.43 216.25 0.2 0.48
Hex 62 75 92 21 14 0 2B D8 14 30
Octal 142 165 222 41 24 0 53 330 24 60
Binary 1100010 1110101 10010010 100001 10100 0 101011 11011000 10100 110000

Color Harmonies of #627592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627592

Black with #627592

Text Example


Text Example

White with #627592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627592; }

 p { color: rgb(98,117,146); }

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

background-color css

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

 a { background-color: rgb(98,117,146); }

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

border-color css

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

 span { border-color: rgb(98,117,146); }

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