Html Css Color HEX #627982 Blue Bayoux

📋 copy color: '#627982'

red 98 ◦ green 121 ◦ blue 130

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

Shades of Blue Bayoux #627982

Tints of Blue Bayoux #627982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

 BLUE value IS 130 (51.17% from 255) = 37.25%

R = 28.08%
G = 34.67%
B = 37.25%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627982 (or 0x627982) is known color: Blue Bayoux. HEX triplet: 62, 79 and 82. RGB value is (98,121,130). Sum of RGB (Red+Green+Blue) = 98+121+130=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #627982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627982 is #9D867D. Grayscale: #737373. Windows color (decimal): -10323582 or 8550754. OLE color: 8550754.

HSL color Cylindrical-coordinate representation of color #627982: hue angle of 196.88º 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 #627982 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 121 130 -
CMYK 0.25 0.07 0 0.49
HSL 196.88º 0.14% 0.45% -
HSV(B) 196.88º 0.25% 0.51% -
XYZ 15.9 17.88 23.73 -
YUV 115.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 98 121 130 0.25 0.07 0 0.49 196.88 0.14 0.45
Hex 62 79 82 19 7 0 31 C5 E 2D
Octal 142 171 202 31 7 0 61 305 16 55
Binary 1100010 1111001 10000010 11001 111 0 110001 11000101 1110 101101

Color Harmonies of #627982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627982

Black with #627982

Text Example


Text Example

White with #627982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627982; }

 p { color: rgb(98,121,130); }

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

background-color css

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

 a { background-color: rgb(98,121,130); }

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

border-color css

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

 span { border-color: rgb(98,121,130); }

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