Html Css Color HEX #626D83 Waikawa Grey

📋 copy color: '#626D83'

red 98 ◦ green 109 ◦ blue 131

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

Shades of Waikawa Grey #626D83

Tints of Waikawa Grey #626D83

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 28.99%
G = 32.25%
B = 38.76%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#626D83 (or 0x626D83) is known color: Waikawa Grey. HEX triplet: 62, 6D and 83. RGB value is (98,109,131). Sum of RGB (Red+Green+Blue) = 98+109+131=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #626D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D83 is #9D927C. Grayscale: #6C6C6C. Windows color (decimal): -10326653 or 8613218. OLE color: 8613218.

HSL color Cylindrical-coordinate representation of color #626D83: hue angle of 220º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #626D83 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 109 131 -
CMYK 0.25 0.17 0 0.49
HSL 220º 0.14% 0.45% -
HSV(B) 220º 0.25% 0.51% -
XYZ 14.6 15.17 23.63 -
YUV 108.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 98 109 131 0.25 0.17 0 0.49 220 0.14 0.45
Hex 62 6D 83 19 11 0 31 DC E 2D
Octal 142 155 203 31 21 0 61 334 16 55
Binary 1100010 1101101 10000011 11001 10001 0 110001 11011100 1110 101101

Color Harmonies of #626D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626D83

Black with #626D83

Text Example


Text Example

White with #626D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,109,131); }

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

background-color css

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

 a { background-color: rgb(98,109,131); }

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

border-color css

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

 span { border-color: rgb(98,109,131); }

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