Html Css Color HEX #608682 Breaker Bay

📋 copy color: '#608682'

red 96 ◦ green 134 ◦ blue 130

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

Shades of Breaker Bay #608682

Tints of Breaker Bay #608682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.22%

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

R = 26.67%
G = 37.22%
B = 36.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#608682 (or 0x608682) is known color: Breaker Bay. HEX triplet: 60, 86 and 82. RGB value is (96,134,130). Sum of RGB (Red+Green+Blue) = 96+134+130=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #608682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608682 is #9F797D. Grayscale: #7A7A7A. Windows color (decimal): -10451326 or 8554080. OLE color: 8554080.

HSL color Cylindrical-coordinate representation of color #608682: hue angle of 173.68º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608682 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 130 -
CMYK 0.28 0 0.03 0.47
HSL 173.68º 0.17% 0.45% -
HSV(B) 173.68º 0.28% 0.53% -
XYZ 17.38 21.15 24.29 -
YUV 122.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 96 134 130 0.28 0 0.03 0.47 173.68 0.17 0.45
Hex 60 86 82 1C 0 3 2F AE 11 2D
Octal 140 206 202 34 0 3 57 256 21 55
Binary 1100000 10000110 10000010 11100 0 11 101111 10101110 10001 101101

Color Harmonies of #608682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608682

Black with #608682

Text Example


Text Example

White with #608682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608682; }

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

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

background-color css

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

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

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

border-color css

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

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

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