Html Css Color HEX #626F92 Waikawa Grey

📋 copy color: '#626F92'

red 98 ◦ green 111 ◦ blue 146

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

Shades of Waikawa Grey #626F92

Tints of Waikawa Grey #626F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 27.61%
G = 31.27%
B = 41.13%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#626F92 (or 0x626F92) is known color: Waikawa Grey. HEX triplet: 62, 6F and 92. RGB value is (98,111,146). Sum of RGB (Red+Green+Blue) = 98+111+146=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #626F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F92 is #9D906D. Grayscale: #6E6E6E. Windows color (decimal): -10326126 or 9596770. OLE color: 9596770.

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

Color convert

RGB 98 111 146 -
CMYK 0.33 0.24 0 0.43
HSL 223.75º 0.2% 0.48% -
HSV(B) 223.75º 0.33% 0.57% -
XYZ 15.91 16.04 29.45 -
YUV 111.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 98 111 146 0.33 0.24 0 0.43 223.75 0.2 0.48
Hex 62 6F 92 21 18 0 2B E0 14 30
Octal 142 157 222 41 30 0 53 340 24 60
Binary 1100010 1101111 10010010 100001 11000 0 101011 11100000 10100 110000

Color Harmonies of #626F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626F92

Black with #626F92

Text Example


Text Example

White with #626F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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