Html Css Color HEX #627892 Waikawa Grey

📋 copy color: '#627892'

red 98 ◦ green 120 ◦ blue 146

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

Shades of Waikawa Grey #627892

Tints of Waikawa Grey #627892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.97%

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

R = 26.92%
G = 32.97%
B = 40.11%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#627892 (or 0x627892) is known color: Waikawa Grey. HEX triplet: 62, 78 and 92. RGB value is (98,120,146). Sum of RGB (Red+Green+Blue) = 98+120+146=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #627892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627892 is #9D876D. Grayscale: #747474. Windows color (decimal): -10323822 or 9599074. OLE color: 9599074.

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

Color convert

RGB 98 120 146 -
CMYK 0.33 0.18 0 0.43
HSL 212.5º 0.2% 0.48% -
HSV(B) 212.5º 0.33% 0.57% -
XYZ 16.94 18.1 29.8 -
YUV 116.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 98 120 146 0.33 0.18 0 0.43 212.5 0.2 0.48
Hex 62 78 92 21 12 0 2B D4 14 30
Octal 142 170 222 41 22 0 53 324 24 60
Binary 1100010 1111000 10010010 100001 10010 0 101011 11010100 10100 110000

Color Harmonies of #627892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627892

Black with #627892

Text Example


Text Example

White with #627892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627892; }

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

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

background-color css

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

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

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

border-color css

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

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

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