Html Css Color HEX #626E97 Waikawa Grey

📋 copy color: '#626E97'

red 98 ◦ green 110 ◦ blue 151

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

Shades of Waikawa Grey #626E97

Tints of Waikawa Grey #626E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.06%

R = 27.3%
G = 30.64%
B = 42.06%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#626E97 (or 0x626E97) is known color: Waikawa Grey. HEX triplet: 62, 6E and 97. RGB value is (98,110,151). Sum of RGB (Red+Green+Blue) = 98+110+151=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 151 - color contains mainly: blue. Hex color #626E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E97 is #9D9168. Grayscale: #6E6E6E. Windows color (decimal): -10326377 or 9924194. OLE color: 9924194.

HSL color Cylindrical-coordinate representation of color #626E97: hue angle of 226.42º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #626E97 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 110 151 -
CMYK 0.35 0.27 0 0.41
HSL 226.42º 0.21% 0.49% -
HSV(B) 226.42º 0.35% 0.59% -
XYZ 16.2 15.98 31.51 -
YUV 111.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 98 110 151 0.35 0.27 0 0.41 226.42 0.21 0.49
Hex 62 6E 97 23 1B 0 29 E2 15 31
Octal 142 156 227 43 33 0 51 342 25 61
Binary 1100010 1101110 10010111 100011 11011 0 101001 11100010 10101 110001

Color Harmonies of #626E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626E97

Black with #626E97

Text Example


Text Example

White with #626E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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