Html Css Color HEX #627492 Waikawa Grey

📋 copy color: '#627492'

red 98 ◦ green 116 ◦ blue 146

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

Shades of Waikawa Grey #627492

Tints of Waikawa Grey #627492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

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

R = 27.22%
G = 32.22%
B = 40.56%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#627492 (or 0x627492) is known color: Waikawa Grey. HEX triplet: 62, 74 and 92. RGB value is (98,116,146). Sum of RGB (Red+Green+Blue) = 98+116+146=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #627492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627492 is #9D8B6D. Grayscale: #717171. Windows color (decimal): -10324846 or 9598050. OLE color: 9598050.

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

Color convert

RGB 98 116 146 -
CMYK 0.33 0.21 0 0.43
HSL 217.5º 0.2% 0.48% -
HSV(B) 217.5º 0.33% 0.57% -
XYZ 16.47 17.16 29.64 -
YUV 114.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 98 116 146 0.33 0.21 0 0.43 217.5 0.2 0.48
Hex 62 74 92 21 15 0 2B DA 14 30
Octal 142 164 222 41 25 0 53 332 24 60
Binary 1100010 1110100 10010010 100001 10101 0 101011 11011010 10100 110000

Color Harmonies of #627492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627492

Black with #627492

Text Example


Text Example

White with #627492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627492; }

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

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

background-color css

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

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

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

border-color css

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

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

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