Html Css Color HEX #626A98 Waikawa Grey

📋 copy color: '#626A98'

red 98 ◦ green 106 ◦ blue 152

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

Shades of Waikawa Grey #626A98

Tints of Waikawa Grey #626A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 27.53%
G = 29.78%
B = 42.7%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#626A98 (or 0x626A98) is known color: Waikawa Grey. HEX triplet: 62, 6A and 98. RGB value is (98,106,152). Sum of RGB (Red+Green+Blue) = 98+106+152=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #626A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626A98 is #9D9567. Grayscale: #6C6C6C. Windows color (decimal): -10327400 or 9988706. OLE color: 9988706.

HSL color Cylindrical-coordinate representation of color #626A98: hue angle of 231.11º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #626A98 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 106 152 -
CMYK 0.36 0.30 0 0.40
HSL 231.11º 0.22% 0.49% -
HSV(B) 231.11º 0.36% 0.6% -
XYZ 15.86 15.17 31.8 -
YUV 108.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 98 106 152 0.36 0.30 0 0.40 231.11 0.22 0.49
Hex 62 6A 98 24 1E 0 28 E7 16 31
Octal 142 152 230 44 36 0 50 347 26 61
Binary 1100010 1101010 10011000 100100 11110 0 101000 11100111 10110 110001

Color Harmonies of #626A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626A98

Black with #626A98

Text Example


Text Example

White with #626A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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