Html Css Color HEX #626B96 Waikawa Grey

📋 copy color: '#626B96'

red 98 ◦ green 107 ◦ blue 150

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

Shades of Waikawa Grey #626B96

Tints of Waikawa Grey #626B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.25%

R = 27.61%
G = 30.14%
B = 42.25%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#626B96 (or 0x626B96) is known color: Waikawa Grey. HEX triplet: 62, 6B and 96. RGB value is (98,107,150). Sum of RGB (Red+Green+Blue) = 98+107+150=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #626B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626B96 is #9D9469. Grayscale: #6D6D6D. Windows color (decimal): -10327146 or 9857890. OLE color: 9857890.

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

Color convert

RGB 98 107 150 -
CMYK 0.35 0.29 0 0.41
HSL 229.62º 0.21% 0.49% -
HSV(B) 229.62º 0.35% 0.59% -
XYZ 15.8 15.31 30.98 -
YUV 109.21 151.02 120 -
System Red Green Blue C M Y K H S L
Decimal 98 107 150 0.35 0.29 0 0.41 229.62 0.21 0.49
Hex 62 6B 96 23 1D 0 29 E6 15 31
Octal 142 153 226 43 35 0 51 346 25 61
Binary 1100010 1101011 10010110 100011 11101 0 101001 11100110 10101 110001

Color Harmonies of #626B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626B96

Black with #626B96

Text Example


Text Example

White with #626B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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