Html Css Color HEX #608481 Breaker Bay

📋 copy color: '#608481'

red 96 ◦ green 132 ◦ blue 129

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

Shades of Breaker Bay #608481

Tints of Breaker Bay #608481

RGB

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

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

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

R = 26.89%
G = 36.97%
B = 36.13%

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

#608481 (or 0x608481) is known color: Breaker Bay. HEX triplet: 60, 84 and 81. RGB value is (96,132,129). Sum of RGB (Red+Green+Blue) = 96+132+129=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #608481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608481 is #9F7B7E. Grayscale: #787878. Windows color (decimal): -10451839 or 8488032. OLE color: 8488032.

HSL color Cylindrical-coordinate representation of color #608481: hue angle of 175º 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 #608481 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 129 -
CMYK 0.27 0 0.02 0.48
HSL 175º 0.16% 0.45% -
HSV(B) 175º 0.27% 0.52% -
XYZ 17.04 20.57 23.84 -
YUV 120.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 96 132 129 0.27 0 0.02 0.48 175 0.16 0.45
Hex 60 84 81 1B 0 2 30 AF 10 2D
Octal 140 204 201 33 0 2 60 257 20 55
Binary 1100000 10000100 10000001 11011 0 10 110000 10101111 10000 101101

Color Harmonies of #608481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608481

Black with #608481

Text Example


Text Example

White with #608481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608481; }

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

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

background-color css

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

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

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

border-color css

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

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

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