Html Css Color HEX #626E99 Waikawa Grey

📋 copy color: '#626E99'

red 98 ◦ green 110 ◦ blue 153

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

Shades of Waikawa Grey #626E99

Tints of Waikawa Grey #626E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.47%

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 27.15%
G = 30.47%
B = 42.38%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#626E99 (or 0x626E99) is known color: Waikawa Grey. HEX triplet: 62, 6E and 99. RGB value is (98,110,153). Sum of RGB (Red+Green+Blue) = 98+110+153=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #626E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E99 is #9D9166. Grayscale: #6F6F6F. Windows color (decimal): -10326375 or 10055266. OLE color: 10055266.

HSL color Cylindrical-coordinate representation of color #626E99: hue angle of 226.91º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #626E99 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 110 153 -
CMYK 0.36 0.28 0 0.4
HSL 226.91º 0.22% 0.49% -
HSV(B) 226.91º 0.36% 0.6% -
XYZ 16.36 16.05 32.37 -
YUV 111.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 98 110 153 0.36 0.28 0 0.4 226.91 0.22 0.49
Hex 62 6E 99 24 1C 0 28 E3 16 31
Octal 142 156 231 44 34 0 50 343 26 61
Binary 1100010 1101110 10011001 100100 11100 0 101000 11100011 10110 110001

Color Harmonies of #626E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626E99

Black with #626E99

Text Example


Text Example

White with #626E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626E99; }

 p { color: rgb(98,110,153); }

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

background-color css

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

 a { background-color: rgb(98,110,153); }

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

border-color css

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

 span { border-color: rgb(98,110,153); }

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