Html Css Color HEX #627782 Blue Bayoux

📋 copy color: '#627782'

red 98 ◦ green 119 ◦ blue 130

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

Shades of Blue Bayoux #627782

Tints of Blue Bayoux #627782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

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

R = 28.24%
G = 34.29%
B = 37.46%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627782 (or 0x627782) is known color: Blue Bayoux. HEX triplet: 62, 77 and 82. RGB value is (98,119,130). Sum of RGB (Red+Green+Blue) = 98+119+130=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #627782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627782 is #9D887D. Grayscale: #717171. Windows color (decimal): -10324094 or 8550242. OLE color: 8550242.

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

Color convert

RGB 98 119 130 -
CMYK 0.25 0.08 0 0.49
HSL 200.63º 0.14% 0.45% -
HSV(B) 200.63º 0.25% 0.51% -
XYZ 15.66 17.4 23.65 -
YUV 113.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 98 119 130 0.25 0.08 0 0.49 200.63 0.14 0.45
Hex 62 77 82 19 8 0 31 C9 E 2D
Octal 142 167 202 31 10 0 61 311 16 55
Binary 1100010 1110111 10000010 11001 1000 0 110001 11001001 1110 101101

Color Harmonies of #627782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627782

Black with #627782

Text Example


Text Example

White with #627782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627782; }

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

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

background-color css

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

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

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

border-color css

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

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

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