Html Css Color HEX #626B9D Waikawa Grey

📋 copy color: '#626B9D'

red 98 ◦ green 107 ◦ blue 157

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

Shades of Waikawa Grey #626B9D

Tints of Waikawa Grey #626B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 27.07%
G = 29.56%
B = 43.37%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#626B9D (or 0x626B9D) is known color: Waikawa Grey. HEX triplet: 62, 6B and 9D. RGB value is (98,107,157). Sum of RGB (Red+Green+Blue) = 98+107+157=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #626B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626B9D is #9D9462. Grayscale: #6D6D6D. Windows color (decimal): -10327139 or 10316642. OLE color: 10316642.

HSL color Cylindrical-coordinate representation of color #626B9D: hue angle of 230.85º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #626B9D is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 107 157 -
CMYK 0.38 0.32 0 0.38
HSL 230.85º 0.23% 0.5% -
HSV(B) 230.85º 0.38% 0.62% -
XYZ 16.38 15.55 34.04 -
YUV 110.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 98 107 157 0.38 0.32 0 0.38 230.85 0.23 0.5
Hex 62 6B 9D 26 20 0 26 E7 17 32
Octal 142 153 235 46 40 0 46 347 27 62
Binary 1100010 1101011 10011101 100110 100000 0 100110 11100111 10111 110010

Color Harmonies of #626B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626B9D

Black with #626B9D

Text Example


Text Example

White with #626B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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