Html Css Color HEX #627881 Blue Bayoux

📋 copy color: '#627881'

red 98 ◦ green 120 ◦ blue 129

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

Shades of Blue Bayoux #627881

Tints of Blue Bayoux #627881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

 BLUE value IS 129 (50.78% from 255) = 37.18%

R = 28.24%
G = 34.58%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627881 (or 0x627881) is known color: Blue Bayoux. HEX triplet: 62, 78 and 81. RGB value is (98,120,129). Sum of RGB (Red+Green+Blue) = 98+120+129=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 129 - color contains mainly: blue. Hex color #627881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627881 is #9D877E. Grayscale: #727272. Windows color (decimal): -10323839 or 8484962. OLE color: 8484962.

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

Color convert

RGB 98 120 129 -
CMYK 0.24 0.07 0 0.49
HSL 197.42º 0.14% 0.45% -
HSV(B) 197.42º 0.24% 0.51% -
XYZ 15.72 17.61 23.34 -
YUV 114.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 98 120 129 0.24 0.07 0 0.49 197.42 0.14 0.45
Hex 62 78 81 18 7 0 31 C5 E 2D
Octal 142 170 201 30 7 0 61 305 16 55
Binary 1100010 1111000 10000001 11000 111 0 110001 11000101 1110 101101

Color Harmonies of #627881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627881

Black with #627881

Text Example


Text Example

White with #627881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627881; }

 p { color: rgb(98,120,129); }

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

background-color css

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

 a { background-color: rgb(98,120,129); }

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

border-color css

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

 span { border-color: rgb(98,120,129); }

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