Html Css Color HEX #626F94 Waikawa Grey

📋 copy color: '#626F94'

red 98 ◦ green 111 ◦ blue 148

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

Shades of Waikawa Grey #626F94

Tints of Waikawa Grey #626F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.46%

R = 27.45%
G = 31.09%
B = 41.46%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#626F94 (or 0x626F94) is known color: Waikawa Grey. HEX triplet: 62, 6F and 94. RGB value is (98,111,148). Sum of RGB (Red+Green+Blue) = 98+111+148=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #626F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F94 is #9D906B. Grayscale: #6F6F6F. Windows color (decimal): -10326124 or 9727842. OLE color: 9727842.

HSL color Cylindrical-coordinate representation of color #626F94: hue angle of 224.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #626F94 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 111 148 -
CMYK 0.34 0.25 0 0.42
HSL 224.4º 0.2% 0.48% -
HSV(B) 224.4º 0.34% 0.58% -
XYZ 16.07 16.1 30.28 -
YUV 111.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 98 111 148 0.34 0.25 0 0.42 224.4 0.2 0.48
Hex 62 6F 94 22 19 0 2A E0 14 30
Octal 142 157 224 42 31 0 52 340 24 60
Binary 1100010 1101111 10010100 100010 11001 0 101010 11100000 10100 110000

Color Harmonies of #626F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626F94

Black with #626F94

Text Example


Text Example

White with #626F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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