Html Css Color HEX #626997 Waikawa Grey

📋 copy color: '#626997'

red 98 ◦ green 105 ◦ blue 151

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

Shades of Waikawa Grey #626997

Tints of Waikawa Grey #626997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 27.68%
G = 29.66%
B = 42.66%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#626997 (or 0x626997) is known color: Waikawa Grey. HEX triplet: 62, 69 and 97. RGB value is (98,105,151). Sum of RGB (Red+Green+Blue) = 98+105+151=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #626997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626997 is #9D9668. Grayscale: #6B6B6B. Windows color (decimal): -10327657 or 9922914. OLE color: 9922914.

HSL color Cylindrical-coordinate representation of color #626997: hue angle of 232.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #626997 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 105 151 -
CMYK 0.35 0.30 0 0.41
HSL 232.08º 0.21% 0.49% -
HSV(B) 232.08º 0.35% 0.59% -
XYZ 15.67 14.93 31.33 -
YUV 108.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 98 105 151 0.35 0.30 0 0.41 232.08 0.21 0.49
Hex 62 69 97 23 1E 0 29 E8 15 31
Octal 142 151 227 43 36 0 51 350 25 61
Binary 1100010 1101001 10010111 100011 11110 0 101001 11101000 10101 110001

Color Harmonies of #626997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626997

Black with #626997

Text Example


Text Example

White with #626997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626997; }

 p { color: rgb(98,105,151); }

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

background-color css

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

 a { background-color: rgb(98,105,151); }

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

border-color css

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

 span { border-color: rgb(98,105,151); }

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