Html Css Color HEX #627692 Waikawa Grey

📋 copy color: '#627692'

red 98 ◦ green 118 ◦ blue 146

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

Shades of Waikawa Grey #627692

Tints of Waikawa Grey #627692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

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

R = 27.07%
G = 32.6%
B = 40.33%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#627692 (or 0x627692) is known color: Waikawa Grey. HEX triplet: 62, 76 and 92. RGB value is (98,118,146). Sum of RGB (Red+Green+Blue) = 98+118+146=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #627692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627692 is #9D896D. Grayscale: #737373. Windows color (decimal): -10324334 or 9598562. OLE color: 9598562.

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

Color convert

RGB 98 118 146 -
CMYK 0.33 0.19 0 0.43
HSL 215º 0.2% 0.48% -
HSV(B) 215º 0.33% 0.57% -
XYZ 16.7 17.63 29.72 -
YUV 115.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 98 118 146 0.33 0.19 0 0.43 215 0.2 0.48
Hex 62 76 92 21 13 0 2B D7 14 30
Octal 142 166 222 41 23 0 53 327 24 60
Binary 1100010 1110110 10010010 100001 10011 0 101011 11010111 10100 110000

Color Harmonies of #627692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627692

Black with #627692

Text Example


Text Example

White with #627692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627692; }

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

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

background-color css

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

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

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

border-color css

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

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

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