Html Css Color HEX #618280 Breaker Bay

📋 copy color: '#618280'

red 97 ◦ green 130 ◦ blue 128

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

Shades of Breaker Bay #618280

Tints of Breaker Bay #618280

RGB

 RED value IS 97 (38.28% from 255) = 27.32%

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 27.32%
G = 36.62%
B = 36.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#618280 (or 0x618280) is known color: Breaker Bay. HEX triplet: 61, 82 and 80. RGB value is (97,130,128). Sum of RGB (Red+Green+Blue) = 97+130+128=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #618280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618280 is #9E7D7F. Grayscale: #777777. Windows color (decimal): -10386816 or 8421985. OLE color: 8421985.

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

Color convert

RGB 97 130 128 -
CMYK 0.25 0 0.02 0.49
HSL 176.36º 0.15% 0.45% -
HSV(B) 176.36º 0.25% 0.51% -
XYZ 16.81 20.07 23.41 -
YUV 119.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 97 130 128 0.25 0 0.02 0.49 176.36 0.15 0.45
Hex 61 82 80 19 0 2 31 B0 F 2D
Octal 141 202 200 31 0 2 61 260 17 55
Binary 1100001 10000010 10000000 11001 0 10 110001 10110000 1111 101101

Color Harmonies of #618280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618280

Black with #618280

Text Example


Text Example

White with #618280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618280; }

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

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

background-color css

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

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

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

border-color css

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

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

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