Html Css Color HEX #626A94 Waikawa Grey

📋 copy color: '#626A94'

red 98 ◦ green 106 ◦ blue 148

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

Shades of Waikawa Grey #626A94

Tints of Waikawa Grey #626A94

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

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

R = 27.84%
G = 30.11%
B = 42.05%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#626A94 (or 0x626A94) is known color: Waikawa Grey. HEX triplet: 62, 6A and 94. RGB value is (98,106,148). Sum of RGB (Red+Green+Blue) = 98+106+148=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #626A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626A94 is #9D956B. Grayscale: #6C6C6C. Windows color (decimal): -10327404 or 9726562. OLE color: 9726562.

HSL color Cylindrical-coordinate representation of color #626A94: hue angle of 230.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 #626A94 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 106 148 -
CMYK 0.34 0.28 0 0.42
HSL 230.4º 0.2% 0.48% -
HSV(B) 230.4º 0.34% 0.58% -
XYZ 15.54 15.04 30.1 -
YUV 108.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 98 106 148 0.34 0.28 0 0.42 230.4 0.2 0.48
Hex 62 6A 94 22 1C 0 2A E6 14 30
Octal 142 152 224 42 34 0 52 346 24 60
Binary 1100010 1101010 10010100 100010 11100 0 101010 11100110 10100 110000

Color Harmonies of #626A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626A94

Black with #626A94

Text Example


Text Example

White with #626A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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