Html Css Color HEX #626B8B Waikawa Grey

📋 copy color: '#626B8B'

red 98 ◦ green 107 ◦ blue 139

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

Shades of Waikawa Grey #626B8B

Tints of Waikawa Grey #626B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

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

R = 28.49%
G = 31.1%
B = 40.41%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#626B8B (or 0x626B8B) is known color: Waikawa Grey. HEX triplet: 62, 6B and 8B. RGB value is (98,107,139). Sum of RGB (Red+Green+Blue) = 98+107+139=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #626B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626B8B is #9D9474. Grayscale: #6B6B6B. Windows color (decimal): -10327157 or 9136994. OLE color: 9136994.

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

Color convert

RGB 98 107 139 -
CMYK 0.29 0.23 0 0.45
HSL 226.83º 0.17% 0.46% -
HSV(B) 226.83º 0.29% 0.55% -
XYZ 14.95 14.98 26.53 -
YUV 107.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 98 107 139 0.29 0.23 0 0.45 226.83 0.17 0.46
Hex 62 6B 8B 1D 17 0 2D E3 11 2E
Octal 142 153 213 35 27 0 55 343 21 56
Binary 1100010 1101011 10001011 11101 10111 0 101101 11100011 10001 101110

Color Harmonies of #626B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626B8B

Black with #626B8B

Text Example


Text Example

White with #626B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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