Html Css Color HEX #626F85 Waikawa Grey

📋 copy color: '#626F85'

red 98 ◦ green 111 ◦ blue 133

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

Shades of Waikawa Grey #626F85

Tints of Waikawa Grey #626F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 28.65%
G = 32.46%
B = 38.89%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#626F85 (or 0x626F85) is known color: Waikawa Grey. HEX triplet: 62, 6F and 85. RGB value is (98,111,133). Sum of RGB (Red+Green+Blue) = 98+111+133=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #626F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F85 is #9D907A. Grayscale: #6D6D6D. Windows color (decimal): -10326139 or 8744802. OLE color: 8744802.

HSL color Cylindrical-coordinate representation of color #626F85: hue angle of 217.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626F85 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 111 133 -
CMYK 0.26 0.17 0 0.48
HSL 217.71º 0.15% 0.45% -
HSV(B) 217.71º 0.26% 0.52% -
XYZ 14.96 15.66 24.42 -
YUV 109.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 98 111 133 0.26 0.17 0 0.48 217.71 0.15 0.45
Hex 62 6F 85 1A 11 0 30 DA F 2D
Octal 142 157 205 32 21 0 60 332 17 55
Binary 1100010 1101111 10000101 11010 10001 0 110000 11011010 1111 101101

Color Harmonies of #626F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626F85

Black with #626F85

Text Example


Text Example

White with #626F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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