Html Css Color HEX #626D8B Waikawa Grey

📋 copy color: '#626D8B'

red 98 ◦ green 109 ◦ blue 139

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

Shades of Waikawa Grey #626D8B

Tints of Waikawa Grey #626D8B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 28.32%
G = 31.5%
B = 40.17%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#626D8B (or 0x626D8B) is known color: Waikawa Grey. HEX triplet: 62, 6D and 8B. RGB value is (98,109,139). Sum of RGB (Red+Green+Blue) = 98+109+139=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #626D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D8B is #9D9274. Grayscale: #6D6D6D. Windows color (decimal): -10326645 or 9137506. OLE color: 9137506.

HSL color Cylindrical-coordinate representation of color #626D8B: hue angle of 223.9º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #626D8B is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 109 139 -
CMYK 0.29 0.22 0 0.45
HSL 223.9º 0.17% 0.46% -
HSV(B) 223.9º 0.29% 0.55% -
XYZ 15.17 15.4 26.6 -
YUV 109.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 98 109 139 0.29 0.22 0 0.45 223.9 0.17 0.46
Hex 62 6D 8B 1D 16 0 2D E0 11 2E
Octal 142 155 213 35 26 0 55 340 21 56
Binary 1100010 1101101 10001011 11101 10110 0 101101 11100000 10001 101110

Color Harmonies of #626D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626D8B

Black with #626D8B

Text Example


Text Example

White with #626D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,109,139); }

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

background-color css

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

 a { background-color: rgb(98,109,139); }

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

border-color css

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

 span { border-color: rgb(98,109,139); }

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