Html Css Color HEX #627293 Waikawa Grey

📋 copy color: '#627293'

red 98 ◦ green 114 ◦ blue 147

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

Shades of Waikawa Grey #627293

Tints of Waikawa Grey #627293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 27.3%
G = 31.75%
B = 40.95%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627293 (or 0x627293) is known color: Waikawa Grey. HEX triplet: 62, 72 and 93. RGB value is (98,114,147). Sum of RGB (Red+Green+Blue) = 98+114+147=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #627293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627293 is #9D8D6C. Grayscale: #707070. Windows color (decimal): -10325357 or 9663074. OLE color: 9663074.

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

Color convert

RGB 98 114 147 -
CMYK 0.33 0.22 0 0.42
HSL 220.41º 0.2% 0.48% -
HSV(B) 220.41º 0.33% 0.58% -
XYZ 16.32 16.74 29.97 -
YUV 112.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 98 114 147 0.33 0.22 0 0.42 220.41 0.2 0.48
Hex 62 72 93 21 16 0 2A DC 14 30
Octal 142 162 223 41 26 0 52 334 24 60
Binary 1100010 1110010 10010011 100001 10110 0 101010 11011100 10100 110000

Color Harmonies of #627293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627293

Black with #627293

Text Example


Text Example

White with #627293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627293; }

 p { color: rgb(98,114,147); }

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

background-color css

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

 a { background-color: rgb(98,114,147); }

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

border-color css

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

 span { border-color: rgb(98,114,147); }

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