Html Css Color HEX #626F88 Waikawa Grey

📋 copy color: '#626F88'

red 98 ◦ green 111 ◦ blue 136

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

Shades of Waikawa Grey #626F88

Tints of Waikawa Grey #626F88

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 28.41%
G = 32.17%
B = 39.42%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#626F88 (or 0x626F88) is known color: Waikawa Grey. HEX triplet: 62, 6F and 88. RGB value is (98,111,136). Sum of RGB (Red+Green+Blue) = 98+111+136=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #626F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F88 is #9D9077. Grayscale: #6D6D6D. Windows color (decimal): -10326136 or 8941410. OLE color: 8941410.

HSL color Cylindrical-coordinate representation of color #626F88: hue angle of 219.47º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #626F88 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 111 136 -
CMYK 0.28 0.18 0 0.47
HSL 219.47º 0.16% 0.46% -
HSV(B) 219.47º 0.28% 0.53% -
XYZ 15.17 15.74 25.53 -
YUV 109.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 98 111 136 0.28 0.18 0 0.47 219.47 0.16 0.46
Hex 62 6F 88 1C 12 0 2F DB 10 2E
Octal 142 157 210 34 22 0 57 333 20 56
Binary 1100010 1101111 10001000 11100 10010 0 101111 11011011 10000 101110

Color Harmonies of #626F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626F88

Black with #626F88

Text Example


Text Example

White with #626F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,111,136); }

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

background-color css

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

 a { background-color: rgb(98,111,136); }

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

border-color css

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

 span { border-color: rgb(98,111,136); }

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