Html Css Color HEX #627682 Blue Bayoux

📋 copy color: '#627682'

red 98 ◦ green 118 ◦ blue 130

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

Shades of Blue Bayoux #627682

Tints of Blue Bayoux #627682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.1%

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 28.32%
G = 34.1%
B = 37.57%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627682 (or 0x627682) is known color: Blue Bayoux. HEX triplet: 62, 76 and 82. RGB value is (98,118,130). Sum of RGB (Red+Green+Blue) = 98+118+130=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #627682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627682 is #9D897D. Grayscale: #717171. Windows color (decimal): -10324350 or 8549986. OLE color: 8549986.

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

Color convert

RGB 98 118 130 -
CMYK 0.25 0.09 0 0.49
HSL 202.5º 0.14% 0.45% -
HSV(B) 202.5º 0.25% 0.51% -
XYZ 15.54 17.17 23.61 -
YUV 113.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 98 118 130 0.25 0.09 0 0.49 202.5 0.14 0.45
Hex 62 76 82 19 9 0 31 CA E 2D
Octal 142 166 202 31 11 0 61 312 16 55
Binary 1100010 1110110 10000010 11001 1001 0 110001 11001010 1110 101101

Color Harmonies of #627682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627682

Black with #627682

Text Example


Text Example

White with #627682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627682; }

 p { color: rgb(98,118,130); }

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

background-color css

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

 a { background-color: rgb(98,118,130); }

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

border-color css

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

 span { border-color: rgb(98,118,130); }

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