Html Css Color HEX #628482 Breaker Bay

📋 copy color: '#628482'

red 98 ◦ green 132 ◦ blue 130

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

Shades of Breaker Bay #628482

Tints of Breaker Bay #628482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

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

R = 27.22%
G = 36.67%
B = 36.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#628482 (or 0x628482) is known color: Breaker Bay. HEX triplet: 62, 84 and 82. RGB value is (98,132,130). Sum of RGB (Red+Green+Blue) = 98+132+130=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #628482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628482 is #9D7B7D. Grayscale: #797979. Windows color (decimal): -10320766 or 8553570. OLE color: 8553570.

HSL color Cylindrical-coordinate representation of color #628482: hue angle of 176.47º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628482 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 132 130 -
CMYK 0.26 0 0.02 0.48
HSL 176.47º 0.15% 0.45% -
HSV(B) 176.47º 0.26% 0.52% -
XYZ 17.32 20.71 24.2 -
YUV 121.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 98 132 130 0.26 0 0.02 0.48 176.47 0.15 0.45
Hex 62 84 82 1A 0 2 30 B0 F 2D
Octal 142 204 202 32 0 2 60 260 17 55
Binary 1100010 10000100 10000010 11010 0 10 110000 10110000 1111 101101

Color Harmonies of #628482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628482

Black with #628482

Text Example


Text Example

White with #628482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628482; }

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

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

background-color css

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

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

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

border-color css

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

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

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