Html Css Color HEX #627277 Blue Bayoux

📋 copy color: '#627277'

red 98 ◦ green 114 ◦ blue 119

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

Shades of Blue Bayoux #627277

Tints of Blue Bayoux #627277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 29.61%
G = 34.44%
B = 35.95%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#627277 (or 0x627277) is known color: Blue Bayoux. HEX triplet: 62, 72 and 77. RGB value is (98,114,119). Sum of RGB (Red+Green+Blue) = 98+114+119=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #627277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627277 is #9D8D88. Grayscale: #6D6D6D. Windows color (decimal): -10325385 or 7828066. OLE color: 7828066.

HSL color Cylindrical-coordinate representation of color #627277: hue angle of 194.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #627277 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 114 119 -
CMYK 0.18 0.04 0 0.53
HSL 194.29º 0.1% 0.43% -
HSV(B) 194.29º 0.18% 0.47% -
XYZ 14.38 15.96 19.78 -
YUV 109.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 98 114 119 0.18 0.04 0 0.53 194.29 0.1 0.43
Hex 62 72 77 12 4 0 35 C2 A 2B
Octal 142 162 167 22 4 0 65 302 12 53
Binary 1100010 1110010 1110111 10010 100 0 110101 11000010 1010 101011

Color Harmonies of #627277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627277

Black with #627277

Text Example


Text Example

White with #627277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627277; }

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

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

background-color css

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

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

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

border-color css

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

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

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