Html Css Color HEX #627581 Blue Bayoux

📋 copy color: '#627581'

red 98 ◦ green 117 ◦ blue 129

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

Shades of Blue Bayoux #627581

Tints of Blue Bayoux #627581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

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

R = 28.49%
G = 34.01%
B = 37.5%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627581 (or 0x627581) is known color: Blue Bayoux. HEX triplet: 62, 75 and 81. RGB value is (98,117,129). Sum of RGB (Red+Green+Blue) = 98+117+129=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #627581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627581 is #9D8A7E. Grayscale: #707070. Windows color (decimal): -10324607 or 8484194. OLE color: 8484194.

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

Color convert

RGB 98 117 129 -
CMYK 0.24 0.09 0 0.49
HSL 203.23º 0.14% 0.45% -
HSV(B) 203.23º 0.24% 0.51% -
XYZ 15.36 16.9 23.22 -
YUV 112.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 98 117 129 0.24 0.09 0 0.49 203.23 0.14 0.45
Hex 62 75 81 18 9 0 31 CB E 2D
Octal 142 165 201 30 11 0 61 313 16 55
Binary 1100010 1110101 10000001 11000 1001 0 110001 11001011 1110 101101

Color Harmonies of #627581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627581

Black with #627581

Text Example


Text Example

White with #627581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627581; }

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

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

background-color css

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

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

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

border-color css

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

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

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