Html Css Color HEX #626E93 Waikawa Grey

📋 copy color: '#626E93'

red 98 ◦ green 110 ◦ blue 147

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

Shades of Waikawa Grey #626E93

Tints of Waikawa Grey #626E93

RGB

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

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

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

R = 27.61%
G = 30.99%
B = 41.41%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#626E93 (or 0x626E93) is known color: Waikawa Grey. HEX triplet: 62, 6E and 93. RGB value is (98,110,147). Sum of RGB (Red+Green+Blue) = 98+110+147=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #626E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E93 is #9D916C. Grayscale: #6E6E6E. Windows color (decimal): -10326381 or 9662050. OLE color: 9662050.

HSL color Cylindrical-coordinate representation of color #626E93: hue angle of 225.31º 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 #626E93 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 110 147 -
CMYK 0.33 0.25 0 0.42
HSL 225.31º 0.2% 0.48% -
HSV(B) 225.31º 0.33% 0.58% -
XYZ 15.88 15.86 29.83 -
YUV 110.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 98 110 147 0.33 0.25 0 0.42 225.31 0.2 0.48
Hex 62 6E 93 21 19 0 2A E1 14 30
Octal 142 156 223 41 31 0 52 341 24 60
Binary 1100010 1101110 10010011 100001 11001 0 101010 11100001 10100 110000

Color Harmonies of #626E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626E93

Black with #626E93

Text Example


Text Example

White with #626E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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