Html Css Color HEX #627C81 Blue Bayoux

📋 copy color: '#627C81'

red 98 ◦ green 124 ◦ blue 129

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

Shades of Blue Bayoux #627C81

Tints of Blue Bayoux #627C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

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

R = 27.92%
G = 35.33%
B = 36.75%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627C81 (or 0x627C81) is known color: Blue Bayoux. HEX triplet: 62, 7C and 81. RGB value is (98,124,129). Sum of RGB (Red+Green+Blue) = 98+124+129=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 129 - color contains mainly: blue. Hex color #627C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627C81 is #9D837E. Grayscale: #747474. Windows color (decimal): -10322815 or 8485986. OLE color: 8485986.

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

Color convert

RGB 98 124 129 -
CMYK 0.24 0.04 0 0.49
HSL 189.68º 0.14% 0.45% -
HSV(B) 189.68º 0.24% 0.51% -
XYZ 16.21 18.6 23.5 -
YUV 116.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 98 124 129 0.24 0.04 0 0.49 189.68 0.14 0.45
Hex 62 7C 81 18 4 0 31 BE E 2D
Octal 142 174 201 30 4 0 61 276 16 55
Binary 1100010 1111100 10000001 11000 100 0 110001 10111110 1110 101101

Color Harmonies of #627C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C81

Black with #627C81

Text Example


Text Example

White with #627C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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