Html Css Color HEX #627A81 Blue Bayoux

📋 copy color: '#627A81'

red 98 ◦ green 122 ◦ blue 129

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

Shades of Blue Bayoux #627A81

Tints of Blue Bayoux #627A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

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

R = 28.08%
G = 34.96%
B = 36.96%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627A81 (or 0x627A81) is known color: Blue Bayoux. HEX triplet: 62, 7A and 81. RGB value is (98,122,129). Sum of RGB (Red+Green+Blue) = 98+122+129=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 129 - color contains mainly: blue. Hex color #627A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A81 is #9D857E. Grayscale: #737373. Windows color (decimal): -10323327 or 8485474. OLE color: 8485474.

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

Color convert

RGB 98 122 129 -
CMYK 0.24 0.05 0 0.49
HSL 193.55º 0.14% 0.45% -
HSV(B) 193.55º 0.24% 0.51% -
XYZ 15.96 18.1 23.42 -
YUV 115.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 98 122 129 0.24 0.05 0 0.49 193.55 0.14 0.45
Hex 62 7A 81 18 5 0 31 C2 E 2D
Octal 142 172 201 30 5 0 61 302 16 55
Binary 1100010 1111010 10000001 11000 101 0 110001 11000010 1110 101101

Color Harmonies of #627A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A81

Black with #627A81

Text Example


Text Example

White with #627A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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