Html Css Color HEX #626C96 Waikawa Grey

📋 copy color: '#626C96'

red 98 ◦ green 108 ◦ blue 150

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

Shades of Waikawa Grey #626C96

Tints of Waikawa Grey #626C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

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

R = 27.53%
G = 30.34%
B = 42.13%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#626C96 (or 0x626C96) is known color: Waikawa Grey. HEX triplet: 62, 6C and 96. RGB value is (98,108,150). Sum of RGB (Red+Green+Blue) = 98+108+150=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #626C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C96 is #9D9369. Grayscale: #6D6D6D. Windows color (decimal): -10326890 or 9858146. OLE color: 9858146.

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

Color convert

RGB 98 108 150 -
CMYK 0.35 0.28 0 0.41
HSL 228.46º 0.21% 0.49% -
HSV(B) 228.46º 0.35% 0.59% -
XYZ 15.9 15.52 31.01 -
YUV 109.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 98 108 150 0.35 0.28 0 0.41 228.46 0.21 0.49
Hex 62 6C 96 23 1C 0 29 E4 15 31
Octal 142 154 226 43 34 0 51 344 25 61
Binary 1100010 1101100 10010110 100011 11100 0 101001 11100100 10101 110001

Color Harmonies of #626C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626C96

Black with #626C96

Text Example


Text Example

White with #626C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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