Html Css Color HEX #626A8B Waikawa Grey

📋 copy color: '#626A8B'

red 98 ◦ green 106 ◦ blue 139

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

Shades of Waikawa Grey #626A8B

Tints of Waikawa Grey #626A8B

RGB

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

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

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

R = 28.57%
G = 30.9%
B = 40.52%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#626A8B (or 0x626A8B) is known color: Waikawa Grey. HEX triplet: 62, 6A and 8B. RGB value is (98,106,139). Sum of RGB (Red+Green+Blue) = 98+106+139=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #626A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626A8B is #9D9574. Grayscale: #6B6B6B. Windows color (decimal): -10327413 or 9136738. OLE color: 9136738.

HSL color Cylindrical-coordinate representation of color #626A8B: hue angle of 228.29º 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 #626A8B is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 106 139 -
CMYK 0.29 0.24 0 0.45
HSL 228.29º 0.17% 0.46% -
HSV(B) 228.29º 0.29% 0.55% -
XYZ 14.85 14.77 26.49 -
YUV 107.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 98 106 139 0.29 0.24 0 0.45 228.29 0.17 0.46
Hex 62 6A 8B 1D 18 0 2D E4 11 2E
Octal 142 152 213 35 30 0 55 344 21 56
Binary 1100010 1101010 10001011 11101 11000 0 101101 11100100 10001 101110

Color Harmonies of #626A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626A8B

Black with #626A8B

Text Example


Text Example

White with #626A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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