Html Css Color HEX #608482 Breaker Bay

📋 copy color: '#608482'

red 96 ◦ green 132 ◦ blue 130

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

Shades of Breaker Bay #608482

Tints of Breaker Bay #608482

RGB

 RED value IS 96 (37.89% from 255) = 26.82%

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

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

R = 26.82%
G = 36.87%
B = 36.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#608482 (or 0x608482) is known color: Breaker Bay. HEX triplet: 60, 84 and 82. RGB value is (96,132,130). Sum of RGB (Red+Green+Blue) = 96+132+130=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #608482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608482 is #9F7B7D. Grayscale: #787878. Windows color (decimal): -10451838 or 8553568. OLE color: 8553568.

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

Color convert

RGB 96 132 130 -
CMYK 0.27 0 0.02 0.48
HSL 176.67º 0.16% 0.45% -
HSV(B) 176.67º 0.27% 0.52% -
XYZ 17.1 20.6 24.19 -
YUV 121.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 96 132 130 0.27 0 0.02 0.48 176.67 0.16 0.45
Hex 60 84 82 1B 0 2 30 B1 10 2D
Octal 140 204 202 33 0 2 60 261 20 55
Binary 1100000 10000100 10000010 11011 0 10 110000 10110001 10000 101101

Color Harmonies of #608482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608482

Black with #608482

Text Example


Text Example

White with #608482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608482; }

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

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

background-color css

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

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

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

border-color css

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

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

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