#618282

Color #618282 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #618282

Tints of Breaker Bay #618282

Color information

#618282 (or 0x618282) is unknown color: approx Breaker Bay. HEX triplet: 61, 82 and 82. RGB value is (97,130,130). Sum of RGB (Red+Green+Blue) = 97+130+130=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #618282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618282 is #9E7D7D. Grayscale: #787878. Windows color (decimal): -10386814 or 8553057. OLE color: 8553057.

HSL color Cylindrical-coordinate representation of color #618282: hue angle of 180º degrees, saturation: 0.15, 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 #618282 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97130130-
CMYK0.25000.49
HSL180º14.54%44.51%-
HSV(B)180º25.38%50.98%-
XYZ16.9420.1224.11-
YUV120.13133.57111.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=27.17%
G=36.41%
B=36.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971301300.25000.4918014.5444.51
Hex618282190031b4f2d
Octal1412022023100612641755
Binary110000110000010100000101100100110001101101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618282; }

 p { color: rgb(97,130,130); }

 H1.HeaderClassName
 {
   color: #618282;
 }
 .AnyTagClassName
 {
   color: #618282;
 }
</style>
background-color css

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

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

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

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

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

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